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-12-29 05:34:56 -0800
committerFranck Cuny <franckcuny@gmail.com>2015-12-29 05:34:56 -0800
commit5bb6341544d7756de701b7a44413b0af5a5f9eae (patch)
tree49aacc93ecccb9da2b5e2e28919511801e707e50 /emacs.d/inits/00_ui.el
parent[emacs] add basic configuration for racket. (diff)
downloademacs.d-5bb6341544d7756de701b7a44413b0af5a5f9eae.tar.gz
[emacs] small UI update
Reduce the font size a little bit and drop plan9-theme (use the default
instead).
Diffstat (limited to 'emacs.d/inits/00_ui.el')
-rw-r--r--emacs.d/inits/00_ui.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el
index e1c1f3e..ca4eb08 100644
--- a/emacs.d/inits/00_ui.el
+++ b/emacs.d/inits/00_ui.el
@@ -23,7 +23,7 @@
   ;;hide menu-bar
   (menu-bar-mode +1)
   ;; set the font size and family
-  (custom-set-faces '(default ((t (:height 150 :family "Droid Sans Mono"))))))
+  (custom-set-faces '(default ((t (:height 130 :family "Droid Sans Mono"))))))
 
 (require 'whitespace)
 (global-whitespace-mode 1)
@@ -34,12 +34,6 @@
       display-time-24hr-format t)
 (display-time)
 
-;; plan9-theme
-(use-package plan9-theme
-  :ensure t
-  :config
-    (load-theme 'plan9 t))
-
 ;; smart mode-line
 (use-package smart-mode-line
   :ensure t