Move eww configuration to use-package
This commit is contained in:
parent
44e3f515c4
commit
59b42a8646
5
init.el
5
init.el
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user