Appease byte-compiler-san-chan-sensei-sama-chama

Praise be.
This commit is contained in:
Henrik Lissner 2019-07-28 14:16:33 +02:00
parent 8773d85db0
commit a354bba261
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@
(doom-project-find-file doom-private-dir))
;;;###autoload
(defun doom/reload (&optional force-p)
(defun doom/reload ()
"Reloads your private config.
This is experimental! It will try to do as `bin/doom refresh' does, but from
@ -31,7 +31,7 @@ within this Emacs session. i.e. it reload autoloads files (if necessary),
reloads your package list, and lastly, reloads your private config.el.
Runs `doom-reload-hook' afterwards."
(interactive "P")
(interactive)
(require 'core-cli)
(require 'core-packages)
(doom-delete-autoloads-file doom-autoload-file)

View file

@ -36,6 +36,7 @@ This is a drop-in replacement for `custom-set-face' that allows for a simplified
face format."
(apply #'custom-theme-set-faces! 'user specs))
(defvar doom--prefer-theme-elc)
;;;###autoload
(defun doom/reload-theme ()
"Reload the current color theme."