emacs: Loading hooks + disabling hl-line-mode globally (I really don't

like it)
This commit is contained in:
Vincent Ambo 2013-07-08 01:52:03 +02:00
parent 977f658cf7
commit 802f0f4213
3 changed files with 3 additions and 1 deletions

View file

@ -35,7 +35,6 @@
(load file)))
;; These come from the emacs starter kit
(defun esk-pretty-lambdas ()
(font-lock-add-keywords

View file

@ -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"))

View file

@ -34,6 +34,7 @@
(load "~/.emacs.d/init-functions.el")
(load "~/.emacs.d/init-settings.el")
(load "~/.emacs.d/init-modes.el")
(setq custom-file "~/.emacs.d/init-custom.el")
(load custom-file)