diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-ui.el | 4 |
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) |