Automatically set to markdown when loading tridactyl redmine files.

This commit is contained in:
James Patrick 2021-09-13 20:09:02 -04:00
parent 8b1c3a80ad
commit 422c1f401a
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@
;; Use an image splash
(setq fancy-splash-image (concat doom-private-dir "doom.png"))
(setq ispell-dictionary "en")
(add-to-list 'auto-mode-alist '("/\\(tmp\\|private/var\\)/.*/tmp_redmine.greenfiling.com.*\\.txt" . markdown-mode))
(load! "+mail")
(load! "+org")
(load! "+company")