[Emacs] Always use frame mode when in xmonad

This commit is contained in:
Ivan Malison 2018-06-16 19:17:30 -07:00
parent 8cade342d6
commit 0baa079371

View File

@ -1168,7 +1168,9 @@ Disabling line numbers because they are slow as fuck.
#+END_SRC
*** frame-mode
#+BEGIN_SRC emacs-lisp
(defvar imalison:use-frame-mode nil)
(defvar imalison:use-frame-mode
(s-contains? "xmonad" (shell-command-to-string "wmctrl -m")))
(use-package frame-mode
:if imalison:use-frame-mode
:demand t