mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
0.4 bump; refactor + new plugins + level up emacsfu
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
;;;###autoload
|
||||
(defun narf:toggle-big-mode ()
|
||||
(interactive)
|
||||
(if narf--big-mode narf/default-font (narf/big-font))
|
||||
(set-frame-font (if narf--big-mode narf-default-font narf-big-font))
|
||||
(setq narf--big-mode (not narf--big-mode)))
|
||||
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user