diff options
author | jao <jao@gnu.org> | 2021-03-12 19:06:15 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-12 19:06:15 +0000 |
commit | 48738e50c9bf3251f63caffc03a83537cc616d95 (patch) | |
tree | 7574bf8570016e385c2c933df3d17991dda330f6 | |
parent | 92e4a74fdcc6add0acd6e7bb3eff397eb9966b66 (diff) | |
download | elibs-48738e50c9bf3251f63caffc03a83537cc616d95.tar.gz elibs-48738e50c9bf3251f63caffc03a83537cc616d95.tar.bz2 |
dead code
-rw-r--r-- | init.org | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1090,17 +1090,10 @@ (setq kill-read-only-ok t) (setq view-read-only nil) #+end_src -*** Trailing whitespace +*** Whitespace #+BEGIN_SRC emacs-lisp - (defvar jao-crappy-dirs-rx nil) - - (defun jao-mostly-delete-tw () - (interactive) - (unless (and jao-crappy-dirs-rx - (string-match jao-crappy-dirs-rx (buffer-file-name))) - (delete-trailing-whitespace))) - (add-hook 'write-file-functions 'delete-trailing-whitespace) + (setq-default indicate-empty-lines nil) #+END_SRC *** Filling Some variables to control where fci mode will be or is being used |