;;; Code:
-(add-to-list
- 'custom-theme-load-path
- (expand-file-name
- (convert-standard-filename "lisp") user-emacs-directory))
-
(use-package refinery-theme
:demand
:config
:config
;; thanks, but no thnaks; don't make fixed-width fills.
(defun sml/fill-for-buffer-identification () "")
- (setq sml/theme 'bandali)
+ (setq sml/theme 'respectful)
(sml/setup)
(smart-mode-line-enable))
"For use with the `doom-tomorrow-night' theme.")
(eval-when-compile
- (declare-function exwm-systemtray--refresh "exwm-systemtray"))
+ (declare-function exwm-systemtray--refresh "exwm-systemtray")
+ (declare-function erc-hl-nicks-reset-face-table "erc-hl-nicks"))
(defun b/lights-on ()
"Enable my favourite light theme."