about summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-17T21·18+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-17T21·18+0000
commite61965cafd25ecc8b905feabd169204e3fb28e84 (patch)
tree58697eb6e5a81cdc1eff21f107e3a25a247b9519 /emacs
parent62ea675d7a3798aa1ded2b196aa5de231a125e31 (diff)
Drop support for compton
I'm finding myself running `pkill compton` offer. In the spirit of slimming down
my configuration, I'm dropping support for compton.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/wpc/dotfiles.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/wpc/dotfiles.el b/emacs/.emacs.d/wpc/dotfiles.el
index d27815c9e3e4..0afe04bbd66b 100644
--- a/emacs/.emacs.d/wpc/dotfiles.el
+++ b/emacs/.emacs.d/wpc/dotfiles.el
@@ -24,8 +24,7 @@
   "The root directory of my configuration files.")
 
 (defconst dotfiles/whitelist
-  `(("compton" . "~/.config/compton.conf")
-    ("dotfiles" . ,dotfiles/directory)
+  `(("dotfiles" . ,dotfiles/directory)
     ("functions" . "~/functions.zsh")
     ("aliases" . "~/aliases.zsh")
     ("variables" . "~/variables.zsh")