From 1982a84333949baab95f9732daa69349b9554021 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 19 Jun 2023 09:00:30 +0200 Subject: 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. --- .emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs b/.emacs index 4d3ab5c..f01f9be 100644 --- 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)))) -- cgit v1.2.3