diff options
Diffstat (limited to 'emacs/emacs.el')
| -rw-r--r-- | emacs/emacs.el | 1 |
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) |
