summary refs log tree commit diff
path: root/emacs.d/inits/00_ui.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/00_ui.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el
index 8ede5cd..462efcf 100644
--- a/emacs.d/inits/00_ui.el
+++ b/emacs.d/inits/00_ui.el
@@ -23,13 +23,3 @@
   :config
   (progn
     (eval-after-load "whitespace" '(diminish 'whitespace-mode))))
-
-(when window-system
-  ;;hide tool-bar
-  (tool-bar-mode 0)
-  ;;hide scroll-bar
-  (scroll-bar-mode 0)
-  ;;hide menu-bar
-  (menu-bar-mode 0)
-  ;; menlo
-  (set-frame-font "Menlo-11"))