From dd19e3c74af9f42f34d74cc91fb95344b735869a Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 17 Nov 2018 06:29:10 +0100 Subject: [PATCH] Emacs: removed nord-theme (alreday commented out) --- emacs/emacs.el | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 25e1658..f2b902a 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1379,18 +1379,6 @@ signature-file is the path to the file which contains the signature." :after spaceline :config (spaceline-all-the-icons-theme)) -;; Nord theme -;; https://github.com/arcticicestudio/nord-emacs -;; (use-package nord-theme -;; :config -;; ;; fixed shitty Emacs behavior -;; ;; fix for theme not loading in deamon mode -;; (if (daemonp) -;; (add-hook 'after-make-frame-functions -;; (lambda (frame) -;; (with-selected-frame frame (load-theme 'nord t)))) -;; (load-theme 'nord t))) - ;; Doom theme ;; https://github.com/hlissner/emacs-doom-themes (use-package doom-themes