summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-03-12 19:06:15 +0000
committerjao <jao@gnu.org>2021-03-12 19:06:15 +0000
commit48738e50c9bf3251f63caffc03a83537cc616d95 (patch)
tree7574bf8570016e385c2c933df3d17991dda330f6 /init.org
parent92e4a74fdcc6add0acd6e7bb3eff397eb9966b66 (diff)
downloadelibs-48738e50c9bf3251f63caffc03a83537cc616d95.tar.gz
elibs-48738e50c9bf3251f63caffc03a83537cc616d95.tar.bz2
dead code
Diffstat (limited to 'init.org')
-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