Inhibit file templates in org-journal-mode
This commit is contained in:
parent
ca99224ec9
commit
8da2472bb4
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ don't have a :trigger property in `+file-templates-alist'.")
|
|||
:when +file-templates-in-emacs-dirs-p
|
||||
:trigger "__doom-readme"
|
||||
:mode org-mode)
|
||||
("\\.org$" :trigger "__" :mode org-mode)
|
||||
(org-journal-mode :ignore t)
|
||||
(org-mode)
|
||||
;; PHP
|
||||
("\\.class\\.php$" :trigger "__.class.php" :mode php-mode)
|
||||
(php-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue