diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-12 18:27:07 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-12 18:27:52 +0100 |
| commit | 5f47710d862ce5d2a3b6ac41e031838951d1caca (patch) | |
| tree | 8bf43a4104f17a48aae2c24e4ec661886a275342 /emacs-config.org | |
| parent | ed5afdd530988bdf12ffda23cac8c4b147834985 (diff) | |
Fix consult missing org-mode-map
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index aa689a7..a6ffa80 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1763,6 +1763,9 @@ Consult provides search and navigation commands based on the Emacs completion fu ;; The :init configuration is always executed (Not lazy) :init + ;; Fix missing org-mode-map + (require 'org) + ;; Tweak the register preview for `consult-register-load', ;; `consult-register-store' and the built-in commands. This improves the ;; register formatting, adds thin separator lines, register sorting and hides |
