aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/loader.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/loader.org')
-rw-r--r--emacs/loader.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 3246b19..db800db 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -495,6 +495,11 @@ Set navigation commands in all the buffers
#+RESULTS:
: prev-window
+Enable winner mode to save window state.
+#+BEGIN_SRC emacs-lisp
+ (winner-mode 1)
+#+END_SRC
+
*** Ivy
#+BEGIN_SRC emacs-lisp