Move hl-line configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-21 14:04:24 +02:00
parent 5c99ec9ca7
commit 44e3f515c4
1 changed files with 4 additions and 1 deletions

View File

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