From 57d4acf981b4beed66000802d7a5132b53538550 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 28 Oct 2016 14:28:29 -0700 Subject: [PATCH] [Emacs] Disable frames-only mode --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 731d955f..e28e662f 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1348,6 +1348,7 @@ proced is an top like utility that runs inside of emacs. The following sets auto #+BEGIN_SRC emacs-lisp (use-package frames-only-mode :ensure nil + :disabled t :preface (defun imalison:other-frame-backwards () (interactive)