Clean up
This commit is contained in:
parent
66de890cfb
commit
8eb103f152
7 changed files with 48 additions and 60 deletions
|
@ -212,6 +212,9 @@ Examples:
|
|||
(defun narf|enable-tab-width-4 ()
|
||||
(setq tab-width 4 evil-shift-width 4))
|
||||
|
||||
(defun narf|enable-tab-width-8 ()
|
||||
(setq tab-width 8 evil-shift-width 8))
|
||||
|
||||
(defun narf|disable-final-newline ()
|
||||
(set (make-local-variable 'require-final-newline) nil))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue