diff options
-rw-r--r-- | config.org | 4 |
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 |