aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index d97617e..acb7d13 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0908.172557
+;; Version: 2019.0918.110728
;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful)
;; This program is free software; you can redistribute it and/or modify
@@ -100,7 +100,11 @@
(global-set-key [remap describe-variable] 'helpful-variable)
(global-set-key (kbd "C-c C-d") 'helpful-at-point)
+(global-set-key (kbd "C-<left>") 'winner-undo)
+(global-set-key (kbd "C-<right>") 'winner-redo)
+
(electric-indent-mode -1)
+(winner-mode)
(add-to-list 'display-buffer-alist
'("\\`\\*help" display-buffer-in-side-window