summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index a2dd1aa..3b17ff4 100644 --- a/config.org +++ b/config.org
@@ -324,6 +324,7 @@ I hide all minor-modes by default for a clean modeline. However, I can add them
324#+BEGIN_SRC emacs-lisp 324#+BEGIN_SRC emacs-lisp
325 (defun rm-whitelist-add (regexp) 325 (defun rm-whitelist-add (regexp)
326 "Add a regexp to the whitelist." 326 "Add a regexp to the whitelist."
327 (add-to-list 'rm--whitelist-regexps regexp)
327 (setq rm-whitelist 328 (setq rm-whitelist
328 (mapconcat 'identity rm--whitelist-regexps "\\|"))) 329 (mapconcat 'identity rm--whitelist-regexps "\\|")))
329 330