summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
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)