diff options
| author | Franck Cuny <franck@fcuny.net> | 2020-12-01 17:30:14 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2020-12-01 17:30:14 -0800 |
| commit | 3236e8468c2ea237a05dec41d278f8b432574908 (patch) | |
| tree | d067d2fffeda447d4819f60fba448d568dacf83a | |
| parent | readme: add info for touchpad (diff) | |
| download | emacs.d-3236e8468c2ea237a05dec41d278f8b432574908.tar.gz | |
emacs: use acme theme
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) |
