emacs: tweak the Denote setup

This commit is contained in:
Protesilaos Stavrou 2024-07-06 13:47:38 +03:00
parent 87c0c40234
commit 0c8befaef0
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 18 additions and 2 deletions

View file

@ -231,7 +231,7 @@
;; following instead:
;;
;; (dired-mode . denote-dired-mode-in-directories)
((dired-mode . denote-dired-mode))
(dired-mode . denote-dired-mode))
:bind
;; Denote DOES NOT define any key bindings. This is for the user to
;; decide. For example:
@ -327,6 +327,12 @@
:kill-buffer t
:jump-to-captured t))))
(use-package consult-denote
:ensure t
:after denote
:config
(consult-denote-mode 1)
;;; Custom extensions for "focus mode" (logos.el)
;; Read the manual: <https://protesilaos.com/emacs/logos>.
(use-package olivetti

View file

@ -8456,7 +8456,7 @@ facilities to rename files, regardless of file type.
;; following instead:
;;
;; (dired-mode . denote-dired-mode-in-directories)
((dired-mode . denote-dired-mode))
(dired-mode . denote-dired-mode))
:bind
;; Denote DOES NOT define any key bindings. This is for the user to
;; decide. For example:
@ -8553,6 +8553,16 @@ facilities to rename files, regardless of file type.
:jump-to-captured t))))
#+end_src
**** TODO The =prot-emacs-langs.el= integration between Consult and Denote (~consult-denote~)
#+begin_src emacs-lisp :tangle "prot-emacs-modules/prot-emacs-langs.el"
(use-package consult-denote
:ensure t
:after denote
:config
(consult-denote-mode 1)
#+end_src
*** TODO The =prot-emacs-langs.el= settings for ~logos~ (writing extras and file navigation)
:PROPERTIES:
:CUSTOM_ID: h:137c67f1-b112-42b7-aec9-c44ef4a6241a