summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org11
1 files changed, 2 insertions, 9 deletions
diff --git a/init.org b/init.org
index 130da2d..26bf482 100644
--- a/init.org
+++ b/init.org
@@ -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