summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-04-12 18:14:30 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-04-12 18:14:30 -0700
commitfe87b4cc734882ceb330d0c9e43f2eed159f70d9 (patch)
tree1e5d95a8c2f43bb9dece0e21999aa80327c7a2bd /emacs.d/custom/fcuny-ui.el
parentmagit: improve performance for magit in large repo (diff)
downloademacs.d-fe87b4cc734882ceb330d0c9e43f2eed159f70d9.tar.gz
emacs/ui: use the default theme
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-ui.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el
index cfccae7..1226242 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -36,9 +36,4 @@
   (setq uniquify-buffer-name-style 'forward)
   (setq uniquify-separator "/"))
 
-(use-package modus-operandi-theme
-  :ensure t
-  :config
-  (load-theme 'modus-operandi t))
-
 (provide 'fcuny-ui)