summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el~
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2017-12-15 07:36:33 +0800
committerSteve Lee <me@xiangyangli.com>2017-12-15 07:36:33 +0800
commit8dd747b1db2b7f51a5077ceefcbbb76203c5bc05 (patch)
tree77b8c475f28b89f5dde89fc23f6068b288bc2bea /.emacs.d/init.el~
parentdbff7cfe3fae6418bd37d897c6b3703d3ccf87cf (diff)
downloaddotfiles-8dd747b1db2b7f51a5077ceefcbbb76203c5bc05.tar.xz
dotfiles-8dd747b1db2b7f51a5077ceefcbbb76203c5bc05.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 e70f1c0..9085cb4 100644
--- a/.emacs.d/init.el~
+++ b/.emacs.d/init.el~
@@ -42,7 +42,7 @@
'(inhibit-startup-screen t)
'(package-selected-packages
(quote
- (expand-region window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil))))
+ (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.
@@ -56,7 +56,7 @@
;; Theme
(load-theme 'oceanic t)
;; Make highlight color differ from the highlight line
-(set-face-attribute 'region nil :background "cyan")
+(set-face-attribute 'region nil :background "#213")
(let ((file-name-handler-alist nil))
(require 'init-evil)