Let editorconfig handle settings

This commit is contained in:
Henrik Lissner 2016-01-18 01:43:28 -05:00
parent 6abef3c705
commit 52f1f3b943
4 changed files with 17 additions and 19 deletions

View file

@ -201,9 +201,6 @@ Examples:
(defun narf|enable-hard-wrap ()
(turn-on-auto-fill))
(defun narf|disable-delete-trailing-whitespace ()
(remove-hook 'before-save-hook 'delete-trailing-whitespace))
(defun narf|update-scratch-buffer-cwd () ; see core-editor.el
"Make sure scratch buffer is always 'in a project.'"
(let ((dir (narf/project-root)))