[Emacs] Add variable to control frame-mode usage

This commit is contained in:
Kat Huang 2017-09-09 15:31:16 -07:00
parent f916498c8e
commit 36ce156606

View File

@ -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