mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-27 13:13:12 -05:00
Default to spacemacs theme
This commit is contained in:
parent
93435645de
commit
90674f76c4
@ -463,10 +463,6 @@ Requires additional setup on the machine itself.
|
||||
|
||||
(defun jf-theme-pywal ()
|
||||
(load-file jf-theme-pywal-path))
|
||||
|
||||
(when (eq 'jf-theme 'jf-theme-pywal)
|
||||
(require 'filenotify)
|
||||
(file-notify-add-watch jf-theme-pywal-path '(change) #'jf-theme-pywal))
|
||||
#+END_SRC
|
||||
*** spacemacs
|
||||
This theme is pretty fancy and has lots of supported modes.
|
||||
@ -488,7 +484,7 @@ active, the second when it's inactive.
|
||||
|
||||
*** Helpers
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(defvar jf-theme #'jf-theme-pywal "Theme function to call.")
|
||||
(defvar jf-theme #'jf-theme-spacemacs "Theme function to call.")
|
||||
|
||||
(defun jf-apply-theme ()
|
||||
"Apply the current theme as set by jf-theme."
|
||||
|
Loading…
Reference in New Issue
Block a user