[Emacs] Add variable to control frame-mode usage
This commit is contained in:
parent
f916498c8e
commit
36ce156606
@ -1156,7 +1156,9 @@ it on by default. Its probably safe to turn it on when in a programming mode.
|
||||
#+END_SRC
|
||||
*** frame-mode
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(defvar imalison:use-frame-mode t)
|
||||
(use-package frame-mode
|
||||
:if imalison:use-frame-mode
|
||||
:demand t
|
||||
:config
|
||||
(progn
|
||||
|
Loading…
Reference in New Issue
Block a user