Use org as default file-type in Denote
This commit is contained in:
parent
1f9de27fe0
commit
46c8e2a161
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue