Let editorconfig handle settings
This commit is contained in:
parent
6abef3c705
commit
52f1f3b943
4 changed files with 17 additions and 19 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue