From 5f47710d862ce5d2a3b6ac41e031838951d1caca Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 12 Oct 2025 18:27:07 +0100 Subject: Fix consult missing org-mode-map --- emacs-config.org | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit