fixing denote buffer names
This commit is contained in:
parent
2238773206
commit
1175a21d29
2 changed files with 2 additions and 2 deletions
|
|
@ -1572,7 +1572,7 @@ I might try switching to and using denote instead of Org Roam. Denote doesn't us
|
|||
denote-modules '(project xref ffap)
|
||||
denote-known-keywords '("emacs" "bible" "jesus" "tfc" "lesson" "it" "dev"))
|
||||
|
||||
(setq denote-rename-buffer-format "[D] %>t")
|
||||
(setq denote-rename-buffer-format "%D")
|
||||
(denote-rename-buffer-mode +1)
|
||||
(setq denote-org-front-matter
|
||||
"#+TITLE: %1$s\n#+AUTHOR: Chris Cochrun\n#+CREATED: %2$s\n#+filetags: %3$s\n#+identifier: %4$s\n")
|
||||
|
|
|
|||
2
init.el
2
init.el
|
|
@ -1101,7 +1101,7 @@ much faster. The hope is to also make this a faster version of imenu."
|
|||
denote-modules '(project xref ffap)
|
||||
denote-known-keywords '("emacs" "bible" "jesus" "tfc" "lesson" "it" "dev"))
|
||||
|
||||
(setq denote-rename-buffer-format "[D] %>t")
|
||||
(setq denote-rename-buffer-format "%D")
|
||||
(denote-rename-buffer-mode +1)
|
||||
(setq denote-org-front-matter
|
||||
"#+TITLE: %1$s\n#+AUTHOR: Chris Cochrun\n#+CREATED: %2$s\n#+filetags: %3$s\n#+identifier: %4$s\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue