emacs: Loading hooks + disabling hl-line-mode globally (I really don't
like it)
This commit is contained in:
parent
977f658cf7
commit
802f0f4213
3 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
||||||
|
|
||||||
(load file)))
|
(load file)))
|
||||||
|
|
||||||
|
|
||||||
;; These come from the emacs starter kit
|
;; These come from the emacs starter kit
|
||||||
(defun esk-pretty-lambdas ()
|
(defun esk-pretty-lambdas ()
|
||||||
(font-lock-add-keywords
|
(font-lock-add-keywords
|
||||||
|
|
|
@ -87,6 +87,8 @@ comment as a filename."
|
||||||
|
|
||||||
(load-theme 'hickey t)
|
(load-theme 'hickey t)
|
||||||
|
|
||||||
|
(global-hl-line-mode -1)
|
||||||
|
|
||||||
;; Hiding JOIN, QUIT, PART
|
;; Hiding JOIN, QUIT, PART
|
||||||
(setq erc-hide-list '("JOIN" "PART" "QUIT"))
|
(setq erc-hide-list '("JOIN" "PART" "QUIT"))
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
|
|
||||||
(load "~/.emacs.d/init-functions.el")
|
(load "~/.emacs.d/init-functions.el")
|
||||||
(load "~/.emacs.d/init-settings.el")
|
(load "~/.emacs.d/init-settings.el")
|
||||||
|
(load "~/.emacs.d/init-modes.el")
|
||||||
|
|
||||||
(setq custom-file "~/.emacs.d/init-custom.el")
|
(setq custom-file "~/.emacs.d/init-custom.el")
|
||||||
(load custom-file)
|
(load custom-file)
|
||||||
|
|
Loading…
Reference in a new issue