General cleanup + updated init.el

This commit is contained in:
Henrik Lissner 2015-12-23 03:51:15 -05:00
parent c1927909af
commit 316fea3dae
3 changed files with 14 additions and 13 deletions

View file

@ -21,8 +21,6 @@
fringes-outside-margins t
hl-line-sticky-flag nil ; only highlight in one window
jit-lock-defer-time nil
jit-lock-stealth-time 0.5
idle-update-delay 1
split-width-threshold nil ; favor horizontal splits
@ -152,6 +150,7 @@
(hl-line-mode (if rainbow-mode -1 1)))))
(use-package volatile-highlights
:when (not EMACS-WRITE)
:config
(vhl/define-extension 'my-undo-tree-highlights
'undo-tree-undo 'undo-tree-redo)