aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-19 10:25:22 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-19 10:25:22 +0000
commit733cf4cd3386bc709412ffe3d36cc3ddbc30c9b8 (patch)
tree4d0169df3c81e42cc10944f2e138f29ef40c9662 /emacs
parentb305326e0766e5f13b4491f20f91881808d0f88a (diff)
downloaddotfiles-733cf4cd3386bc709412ffe3d36cc3ddbc30c9b8.tar.gz
dotfiles-733cf4cd3386bc709412ffe3d36cc3ddbc30c9b8.zip
Add winner mode and remove compton from i3
Diffstat (limited to 'emacs')
-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