From 3236e8468c2ea237a05dec41d278f8b432574908 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 1 Dec 2020 17:30:14 -0800 Subject: emacs: use acme theme --- emacs.d/custom/fcuny-ui.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs.d') 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) -- cgit 1.4.1