From 48738e50c9bf3251f63caffc03a83537cc616d95 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 12 Mar 2021 19:06:15 +0000 Subject: dead code --- init.org | 11 ++--------- 1 file 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 -- cgit v1.2.3