dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 1982a84333949baab95f9732daa69349b9554021
parent 23469967ef93afe0476364199a89d37bb01d9692
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 19 Jun 2023 09:00:30 +0200

Set a couple of Org ergonomics options

* "Extra keys" are advertised for non-graphical configurations; as it
happens, they are also useful to provide substitutes for bindings
based on arrow keys.

* Speed commands are nice.  Might tweak the predicate some day, but
the default is already useful.

Diffstat:
M.emacs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.emacs b/.emacs @@ -821,6 +821,8 @@ (org-fontify-quote-and-verse-blocks t) (org-goto-interface 'outline-path-completion) (org-startup-indented t) + (org-use-extra-keys t) + (org-use-speed-commands t) ;; Make org-refile a bit more eager. (org-outline-path-complete-in-steps nil) (org-refile-targets '((nil . (:maxlevel . 10))))