about summary refs log tree commit diff
path: root/emacs.d/init-settings.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init-settings.el')
-rw-r--r--emacs.d/init-settings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el
index 7e0d7ca786b8..042f35a48ca4 100644
--- a/emacs.d/init-settings.el
+++ b/emacs.d/init-settings.el
@@ -87,6 +87,8 @@ comment as a filename."
 
 (load-theme 'hickey t)
 
+(global-hl-line-mode -1)
+
 ;; Hiding JOIN, QUIT, PART
 (setq erc-hide-list '("JOIN" "PART" "QUIT"))