diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-07T23·52+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-07T23·52+0200 |
commit | 802f0f4213900ae78cd5eea63f40e46651f90cbd (patch) | |
tree | e9d7977d798dae8fef7911a5b52222cae665b7e1 /emacs.d/init-settings.el | |
parent | 977f658cf7fbdcf4567a3e9296b7555a26f4ad9d (diff) |
emacs: Loading hooks + disabling hl-line-mode globally (I really don't
like it)
Diffstat (limited to 'emacs.d/init-settings.el')
-rw-r--r-- | emacs.d/init-settings.el | 2 |
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")) |