diff --git a/ha-config.org b/ha-config.org index 5e8109a..f3dc930 100644 --- a/ha-config.org +++ b/ha-config.org @@ -336,7 +336,7 @@ Can we change Evil at this point? Some tips: evil-disable-insert-state-bindings t evil-want-keybinding nil evil-want-integration t - evil-escape-key-sequence "fd" + evil-escape-key-sequence "jk" evil-escape-unordered-key-sequence t) :config @@ -414,6 +414,7 @@ Let's try this general "space" prefix by defining some top-level operations, inc "RET" 'bookmark-jump "a" '(:ignore t :which-key "apps") "o" '(:ignore t :which-key "org/open") + "o i" 'imenu "m" '(:ignore t :which-key "mode")) #+END_SRC And ways to stop the system: @@ -791,10 +792,6 @@ Let's make Info behave a little more VI-like: "p" 'Info-backward-node "n" 'Info-forward-node)) ; Old habit die hard #+END_SRC -*** Consult Enhancements -The [[https://github.com/minad/consult][consult]] package is a replacement for selecting buffers and other /speciality functions/, similar to the [[https://oremacs.com/2015/04/09/counsel-completion/][Ivy's counsel completion]] project. I think I may be adding it sparingly, as personally, I read files and buffers based on the selected /project/. - -The pattern is to add the /consult/ functions to my standard general leader organization, but they will all end with ~TAB~ (unique, easy and consistent). #+BEGIN_SRC emacs-lisp (use-package consult :config diff --git a/ha-org.org b/ha-org.org index 1bd0848..737cfbb 100644 --- a/ha-org.org +++ b/ha-org.org @@ -71,6 +71,7 @@ Begin by initializing these org variables: ; but uses a trick to make it ; appear indented. + org-imenu-depth 4 sentence-end-double-space nil ; I jump around by sentences, but seldom have two spaces. org-export-with-sub-superscripts nil diff --git a/support/final-initialize.el b/support/final-initialize.el index 4990929..5b31725 100644 --- a/support/final-initialize.el +++ b/support/final-initialize.el @@ -4,7 +4,7 @@ ;; Copyright (C) 2020 Howard X. Abrams ;; ;; Author: Howard X. Abrams -;; Maintainer: Howard X. Abrams +;; Maintainer: Howard X. Abrams ;; Created: September 11, 2020 ;; Modified: September 11, 2020 ;; Version: 0.0.1