aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 41e1fcd7..370ce9b2 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -16,6 +16,7 @@
(global-completion-preview-mode 1) ; show things that you can tab-complete
(setq tab-always-indent 'complete) ; allow tab to complete
(setq text-mode-ispell-word-completion nil) ; but do not complete dictionary words
+(windmove-default-keybindings) ; S-cursor to move to different windows
(setq org-startup-folded t)