From: Alex Date: Mon, 19 May 2025 08:10:56 +0000 (+0200) Subject: Add windmove default keybindings X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=372b0aa791a556993a2d15e37e7699b7df3926c2;p=alex.git Add windmove default keybindings --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 41e1fcd..370ce9b 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)