From e4e4276e0dbcf3be247ee5550c322c8e26d9a935 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 4 Nov 2016 17:39:52 -0700 Subject: [PATCH] [Emacs] Remove frames-only-mode --- dotfiles/emacs.d/README.org | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a07214b8..7b35441b 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1378,23 +1378,6 @@ proced is an top like utility that runs inside of emacs. The following sets auto #+BEGIN_SRC emacs-lisp (use-package discover-my-major) #+END_SRC -** frames-only-mode -#+BEGIN_SRC emacs-lisp -(use-package frames-only-mode - :ensure nil - :disabled t - :preface - (defun imalison:other-frame-backwards () - (interactive) - (other-frame -1)) - :bind (:map frames-only-mode-mode-map - ("C-x 3" . make-frame-command) - ("C-x o" . other-frame) - ("C-x O" . imalison:other-frame-backwards)) - :config - (progn - (frames-only-mode +1))) -#+END_SRC ** refine #+BEGIN_SRC emacs-lisp (use-package refine