Move hl-line configuration to use-package
This commit is contained in:
parent
5c99ec9ca7
commit
44e3f515c4
5
init.el
5
init.el
@ -42,7 +42,6 @@
|
||||
'(echo-keystrokes 0.1)
|
||||
'(eww-search-prefix "https://www.google.com/?q=")
|
||||
'(foreground-color "#5c5cff")
|
||||
'(global-hl-line-mode t)
|
||||
'(indent-tabs-mode nil)
|
||||
'(indicate-empty-lines t)
|
||||
'(inhibit-startup-screen t)
|
||||
@ -609,6 +608,10 @@
|
||||
:config
|
||||
(global-hungry-delete-mode))
|
||||
|
||||
(use-package hl-line
|
||||
:config
|
||||
(global-hl-line-mode))
|
||||
|
||||
;; Load my own functions
|
||||
(load "gnu-c-header.el")
|
||||
(load "toggle-window-split.el")
|
||||
|
Loading…
Reference in New Issue
Block a user