mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak the Denote setup
This commit is contained in:
parent
87c0c40234
commit
0c8befaef0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue