From aaa86c4187942abc0869a133e917dbf32b95bb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 26 Oct 2018 23:27:56 -0500 Subject: =?UTF-8?q?single=20syntax=20with=20=C2=ABuse-package=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lisp/init-theme.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lisp/init-theme.el') diff --git a/lisp/init-theme.el b/lisp/init-theme.el index d2c1b23..b3f0cd1 100644 --- a/lisp/init-theme.el +++ b/lisp/init-theme.el @@ -1,10 +1,10 @@ -(use-package sublime-themes) -(load-theme 'spolsky t) - -;; Fix linum current-line highlight. Doesn't looks good with this theme -(defface my-linum-hl - '((t :background "gray30" :foreground "gold")) - "Face for the currently active Line number" - :group 'linum) +(use-package sublime-themes + :config + (load-theme 'spolsky t) + ;; Fix linum current-line highlight. Doesn't looks good with this theme + (defface my-linum-hl + '((t :background "gray30" :foreground "gold")) + "Face for the currently active Line number" + :group 'linum)) (provide 'init-theme) -- cgit v1.2.3