File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
(while (and mode (not (memq mode tempel-collection--loaded)))
88
88
(push mode tempel-collection--loaded)
89
89
(let ((file
90
- (or (tempel-collection--mode-file (string-remove-suffix " -mode" (symbol-name mode)))
90
+ (or (tempel-collection--mode-file (downcase ( string-remove-suffix " -mode" (symbol-name mode) )))
91
91
(tempel-collection--mode-file (alist-get mode tempel-collection--aliases)))))
92
92
(when file
93
93
(setq tempel-collection--templates
Original file line number Diff line number Diff line change 1
- latex-mode
1
+ latex-mode LaTeX-mode
2
2
3
3
;; taken from https://github.com/minad/tempel/blob/5b09f612cfd805dba5e90bf06580583cab045499/README.org#template-file-format
4
4
(abstract "\\begin{abstract}\n" r> n> "\\end{abstract}")
You can’t perform that action at this time.
0 commit comments