From 87d1672e6248d2acf55349cace8d810a3bf2b535 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 12 Jan 2018 02:38:40 +0800 Subject: update --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8f985d7..c846e4e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -10,7 +10,7 @@ (scroll-bar-mode -1) (blink-cursor-mode -1) ;; Line number -(setq global-linum-mode t) +;; (global-linum-mode 1) ;; Highlight current line (when window-system (global-hl-line-mode)) @@ -42,7 +42,7 @@ '(inhibit-startup-screen t) '(package-selected-packages (quote - (helm expand-region window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil)))) + (scala-mode helm expand-region window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- cgit v1.2.3