Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
2018-06-17 03:02:56 -07:00
4 changed files with 55 additions and 15 deletions

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