summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-24 08:32:23 -0600
committerCase Duckworth2020-11-24 08:32:23 -0600
commit93b06f2a69b7b00f742467c07caf811a1cbbabb7 (patch)
treee9f105fe832049ec90771b705b20cda2887e9f5c /config.org
parentRemove advice on theme loading (diff)
downloademacs-93b06f2a69b7b00f742467c07caf811a1cbbabb7.tar.gz
emacs-93b06f2a69b7b00f742467c07caf811a1cbbabb7.zip
Whitespace ... bleh
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index fecfb96..e8e9037 100644 --- a/config.org +++ b/config.org
@@ -266,10 +266,10 @@ I also want to switch themes between night and day.
266 (defun rm/whitelist-add (regexp) 266 (defun rm/whitelist-add (regexp)
267 "Add a REGEXP to the whitelist for `rich-minority'." 267 "Add a REGEXP to the whitelist for `rich-minority'."
268 (if (listp 'rm--whitelist-regexps) 268 (if (listp 'rm--whitelist-regexps)
269 (add-to-list 'rm--whitelist-regexps regexp) 269 (add-to-list 'rm--whitelist-regexps regexp)
270 (setq rm--whitelist-regexps `(,regexp))) 270 (setq rm--whitelist-regexps `(,regexp)))
271 (setq rm-whitelist 271 (setq rm-whitelist
272 (mapconcat 'identity rm--whitelist-regexps "\\|"))) 272 (mapconcat 'identity rm--whitelist-regexps "\\|")))
273 273
274 (use-package rich-minority 274 (use-package rich-minority
275 :config 275 :config