about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-09 08:00:18 -0600
committerCase Duckworth2020-11-09 08:00:18 -0600
commitb02200e641665dd4fa6c4730702dd86806a4265b (patch)
tree29da8b5a6f1575602af631d06f18ca75e094fe49 /config.org
parentChange to form-feed (diff)
downloademacs-b02200e641665dd4fa6c4730702dd86806a4265b.tar.gz
emacs-b02200e641665dd4fa6c4730702dd86806a4265b.zip
Actually apply rm-whitelist changes
Diffstat (limited to 'config.org')
-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