summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-02-04 22:15:20 -0500
committerKyle Meyer <kyle@kyleam.com>2018-02-04 22:15:20 -0500
commitaaf6e548dcf829b717687428d560612bc66f3b35 (patch)
tree424d533aaf8a23cfca5c3da651463ac041e1fcd0 /init.el
parent2e4115165c85a94cfea87a97dd324bedc5dea9f6 (diff)
downloademacs.d-aaf6e548dcf829b717687428d560612bc66f3b35.tar.gz
Set winner-dont-bind-my-keys to t
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 12a6c5e..0126cba 100644
--- a/init.el
+++ b/init.el
@@ -712,6 +712,8 @@
(use-package winner
:defer 10
:chords ("lq" . winner-undo)
+ :init
+ (setq winner-dont-bind-my-keys t)
:config
(winner-mode))