Move helm-github-stars configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-17 10:28:24 +02:00
parent 4ab3da659c
commit 44600a03fa
1 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,6 @@
'(eww-search-prefix "https://www.google.com/?q=") '(eww-search-prefix "https://www.google.com/?q=")
'(foreground-color "#5c5cff") '(foreground-color "#5c5cff")
'(global-hl-line-mode t) '(global-hl-line-mode t)
'(helm-github-stars-username "gergelypolonkai")
'(indent-tabs-mode nil) '(indent-tabs-mode nil)
'(indicate-empty-lines t) '(indicate-empty-lines t)
'(inhibit-startup-screen t) '(inhibit-startup-screen t)
@ -448,7 +447,9 @@
(use-package helm-flyspell) (use-package helm-flyspell)
(use-package helm-github-stars) (use-package helm-github-stars
:init
(setq-default helm-github-stars-username "gergelypolonkai"))
(use-package helm-google) (use-package helm-google)