Fix set-theme-graphically autoload
This commit is contained in:
parent
330a303289
commit
2b6bb95df5
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
(set-face-attribute 'mode-line-inactive nil :box nil)
|
(set-face-attribute 'mode-line-inactive nil :box nil)
|
||||||
(setq oni:theme-set-p t)))
|
(setq oni:theme-set-p t)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun oni:set-theme-graphically (frame)
|
(defun oni:set-theme-graphically (frame)
|
||||||
(cl-letf (((symbol-function 'display-graphic-p)
|
(cl-letf (((symbol-function 'display-graphic-p)
|
||||||
(lambda (&optional _) t)))
|
(lambda (&optional _) t)))
|
||||||
|
|
Loading…
Reference in a new issue