Move eww configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-21 14:43:37 +02:00
parent 44e3f515c4
commit 59b42a8646
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,6 @@
"fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6"
default)))
'(echo-keystrokes 0.1)
'(eww-search-prefix "https://www.google.com/?q=")
'(foreground-color "#5c5cff")
'(indent-tabs-mode nil)
'(indicate-empty-lines t)
@ -612,6 +611,10 @@
:config
(global-hl-line-mode))
(use-package eww
:config
(setq eww-search-prefix "https://www.google.com/?q="))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")