diff options
Diffstat (limited to 'init.org')
| -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 | 
