diff --git a/config.org b/config.org index d40c03f..dc42e02 100644 --- a/config.org +++ b/config.org @@ -77,7 +77,7 @@ The audible bell is annoying AF. #+BEGIN_SRC emacs-lisp (use-package whitespace :ensure nil - :hook (before-save-hook . delete-trailing-whitespace) + :hook (before-save-hook . whitespace-cleanup) ;; if we wanna remove this hook at any time, eval: ;; (remove-hook 'before-save-hook #'whitespace-cleanup) ) @@ -213,8 +213,6 @@ Show function we are currently in in the mode-line. (use-package which-func :ensure nil :defer t - :custom - (which-func-display mode-and-header) :hook (prog-mode-hook . which-function-mode) )