Remove highlight-indentation; clean up
This commit is contained in:
parent
b05d099886
commit
645229ce08
3 changed files with 6 additions and 24 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue