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-functions.el | |
parent | 977f658cf7fbdcf4567a3e9296b7555a26f4ad9d (diff) |
emacs: Loading hooks + disabling hl-line-mode globally (I really don't
like it)
Diffstat (limited to 'emacs.d/init-functions.el')
-rw-r--r-- | emacs.d/init-functions.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/init-functions.el b/emacs.d/init-functions.el index c627a5df96d3..de68ab71f546 100644 --- a/emacs.d/init-functions.el +++ b/emacs.d/init-functions.el @@ -35,7 +35,6 @@ (load file))) - ;; These come from the emacs starter kit (defun esk-pretty-lambdas () (font-lock-add-keywords |