From 36ce156606266df9370dc3f90cb5ca9602d0b6e6 Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Sat, 9 Sep 2017 15:31:16 -0700 Subject: [PATCH] [Emacs] Add variable to control frame-mode usage --- dotfiles/emacs.d/README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 5b41acfa..880a2e2c 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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