Automatically set to markdown when loading tridactyl redmine files.
This commit is contained in:
parent
8b1c3a80ad
commit
422c1f401a
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user