Use org as default file-type in Denote

This commit is contained in:
Vedang Manerikar 2024-11-17 08:34:25 +05:30
parent 1f9de27fe0
commit 46c8e2a161
2 changed files with 0 additions and 2 deletions

View file

@ -3565,7 +3565,6 @@ Prot is the developer and maintainer of this package.
;; Remember to check the doc strings of those variables.
(setq denote-directory (expand-file-name "~/Tresors/Documents/diary/notes"))
(setq denote-file-type 'text) ; Org is the default file type
(setq denote-infer-keywords t)
(setq denote-sort-keywords t)
(setq denote-excluded-directories-regexp "data") ; external data related to headings is stored in these directories (web archives)

View file

@ -190,7 +190,6 @@
;; Remember to check the doc strings of those variables.
(setq denote-directory (expand-file-name "~/Tresors/Documents/diary/notes"))
(setq denote-file-type 'text) ; Org is the default file type
(setq denote-infer-keywords t)
(setq denote-sort-keywords t)
(setq denote-excluded-directories-regexp "data") ; external data related to headings is stored in these directories (web archives)