Remove highlight-indentation; clean up

This commit is contained in:
Henrik Lissner 2015-08-02 18:24:57 +02:00
parent b05d099886
commit 645229ce08
3 changed files with 6 additions and 24 deletions

View file

@ -204,8 +204,7 @@ Examples:
(turn-on-auto-fill))
(defun narf|enable-tab-width-2 ()
(setq tab-width 2 evil-shift-width 2)
(highlight-indentation-set-offset 2))
(setq tab-width 2 evil-shift-width 2))
(defun narf|enable-tab-width-4 ()
(setq tab-width 4 evil-shift-width 4))