aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 18b9874..35f7ac9 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -10,15 +10,15 @@
(require 'evil)
(evil-mode 1)
+(global-evil-tabs-mode t)
+(setq inhibit-startup-message t)
(load-theme 'molokai t)
(set-frame-font "Source Code Pro-9")
-(if window-system
- (progn
- (menu-bar-mode -1)
- (tool-bar-mode -1)
- (scroll-bar-mode -1)))
+(menu-bar-mode -1)
+(tool-bar-mode -1)
+(scroll-bar-mode -1)
(global-hl-line-mode 1)
(setq-default tab-width 4)