summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-12-01 17:30:14 -0800
committerFranck Cuny <franck@fcuny.net>2020-12-01 17:30:14 -0800
commit3236e8468c2ea237a05dec41d278f8b432574908 (patch)
treed067d2fffeda447d4819f60fba448d568dacf83a
parentreadme: add info for touchpad (diff)
downloademacs.d-3236e8468c2ea237a05dec41d278f8b432574908.tar.gz
emacs: use acme theme
-rw-r--r--emacs.d/custom/fcuny-ui.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el
index 7d9d699..d99a548 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -15,6 +15,10 @@
   :config
   (menu-bar-mode -1))
 
+(use-package acme-theme
+  :ensure t
+  :config (load-theme 'acme t))
+
 (use-package frame
   :config
   (blink-cursor-mode -1)