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
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue