From 93b06f2a69b7b00f742467c07caf811a1cbbabb7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 24 Nov 2020 08:32:23 -0600 Subject: Whitespace ... bleh --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.org') 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. (defun rm/whitelist-add (regexp) "Add a REGEXP to the whitelist for `rich-minority'." (if (listp 'rm--whitelist-regexps) - (add-to-list 'rm--whitelist-regexps regexp) + (add-to-list 'rm--whitelist-regexps regexp) (setq rm--whitelist-regexps `(,regexp))) (setq rm-whitelist - (mapconcat 'identity rm--whitelist-regexps "\\|"))) + (mapconcat 'identity rm--whitelist-regexps "\\|"))) (use-package rich-minority :config -- cgit 1.4.1-21-gabe81