From 44600a03faa6c540f89d05f745acfad5964e5eb6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 17 Oct 2016 10:28:24 +0200 Subject: [PATCH] Move helm-github-stars configuration to use-package --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index b0e5207..924156d 100644 --- a/init.el +++ b/init.el @@ -31,7 +31,6 @@ '(eww-search-prefix "https://www.google.com/?q=") '(foreground-color "#5c5cff") '(global-hl-line-mode t) - '(helm-github-stars-username "gergelypolonkai") '(indent-tabs-mode nil) '(indicate-empty-lines t) '(inhibit-startup-screen t) @@ -448,7 +447,9 @@ (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)