summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2017-12-13 19:10:06 +0800
committerSteve Lee <me@xiangyangli.com>2017-12-13 19:10:06 +0800
commitdbff7cfe3fae6418bd37d897c6b3703d3ccf87cf (patch)
treeb77283245b75127c1fd6b43d099b7cac2ea406bb /.emacs.d/init.el
parentc8005152e29314bd33a9198f17b92a77af414a19 (diff)
downloaddotfiles-dbff7cfe3fae6418bd37d897c6b3703d3ccf87cf.tar.xz
dotfiles-dbff7cfe3fae6418bd37d897c6b3703d3ccf87cf.zip
set the color
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6a26554..7b5b36e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -55,6 +55,8 @@
;; Theme
(load-theme 'oceanic t)
+;; Make highlight color differ from the highlight line
+(set-face-attribute 'region nil :background "#213")
(let ((file-name-handler-alist nil))
(require 'init-evil)