summary refs log tree commit diff
path: root/emacs.d/inits/00_ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-11-10 17:08:43 -0800
committerFranck Cuny <franckcuny@gmail.com>2015-11-10 17:14:15 -0800
commit0b836a8483a7d11139ba3b0ff7d45dc8348ca8a7 (patch)
treedf74a8ae3e7720d85ee190c59a61067f6d37db6c /emacs.d/inits/00_ui.el
parent[emacs] remove the exec-path-from-shell package. (diff)
downloademacs.d-0b836a8483a7d11139ba3b0ff7d45dc8348ca8a7.tar.gz
[emacs] remove the theme leuven.
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/00_ui.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el
index 151d0c1..8ede5cd 100644
--- a/emacs.d/inits/00_ui.el
+++ b/emacs.d/inits/00_ui.el
@@ -24,9 +24,6 @@
   (progn
     (eval-after-load "whitespace" '(diminish 'whitespace-mode))))
 
-(use-package leuven-theme
-  :ensure t)
-
 (when window-system
   ;;hide tool-bar
   (tool-bar-mode 0)
@@ -34,7 +31,5 @@
   (scroll-bar-mode 0)
   ;;hide menu-bar
   (menu-bar-mode 0)
-  ;; load leuven
-  (load-theme 'leuven t)
   ;; menlo
   (set-frame-font "Menlo-11"))