Emacs: removed nord-theme (alreday commented out)
This commit is contained in:
parent
8dc26c0579
commit
dd19e3c74a
1 changed files with 0 additions and 12 deletions
|
@ -1379,18 +1379,6 @@ signature-file is the path to the file which contains the signature."
|
||||||
:after spaceline
|
:after spaceline
|
||||||
:config (spaceline-all-the-icons-theme))
|
: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
|
;; Doom theme
|
||||||
;; https://github.com/hlissner/emacs-doom-themes
|
;; https://github.com/hlissner/emacs-doom-themes
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
|
|
Loading…
Reference in a new issue