fix: run pollen-mode
on .pmd
files
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
ae0d7899cc
commit
a75a8d8a90
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
|
||||
;; Recognize pollen filetypes
|
||||
(setq auto-mode-alist (cons '("\\.pp$" . racket-mode) auto-mode-alist))
|
||||
(setq auto-mode-alist (cons '("\\.pm$" . racket-mode) auto-mode-alist))
|
||||
(setq auto-mode-alist (cons '("\\.pm$" . pollen-mode) auto-mode-alist))
|
||||
(setq auto-mode-alist (cons '("\\.pmd$" . pollen-mode) auto-mode-alist))
|
||||
|
||||
(provide 'racket)
|
||||
;;; racket.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue