diff options
| author | Steve Lee <me@xiangyangli.com> | 2018-01-12 02:38:40 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2018-01-12 02:38:40 +0800 |
| commit | 87d1672e6248d2acf55349cace8d810a3bf2b535 (patch) | |
| tree | 2cc4382e9b4913122c676e0d6dccd30f865d4ab0 /.emacs.d/init.el | |
| parent | 8dd747b1db2b7f51a5077ceefcbbb76203c5bc05 (diff) | |
| download | dotfiles-87d1672e6248d2acf55349cace8d810a3bf2b535.tar.xz dotfiles-87d1672e6248d2acf55349cace8d810a3bf2b535.zip | |
update
Diffstat (limited to '.emacs.d/init.el')
| -rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
