Commit 2ca1f3705c27

Vincent Demeester <vincent@sbr.pm>
2016-06-24 01:19:21
Use fullframe (on magit and ibuffer)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 15084a9
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2409,6 +2409,19 @@
        :bind ("<f9>" . deft))
    #+END_SRC
 
+** Fullframe
+
+[[https://github.com/tomterl/fullframe][Fullframe]] advises commands to execute fullscreen, restoring the window
+setup when exiting.
+
+#+BEGIN_SRC emacs-lisp
+  (use-package fullframe
+    :ensure t
+    :config
+    (fullframe magit-status magit-mode-quit-window)
+    (fullframe ibuffer ibuffer-quit))
+#+END_SRC
+
 ** Version control integration
 *** Git