mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Makefile mode
This commit is contained in:
parent
c0afe062cb
commit
02e76f2861
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
(add-to-list 'auto-mode-alist '("\\.cdis$" . asm-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.cmd$" . conf-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.fsdump$" . argo-fastsim-dump-mode))
|
||||
(add-to-list 'auto-mode-alist `("/Makefile\\.[^/]*\\'" . makefile-mode))
|
||||
|
||||
(use-package ein
|
||||
:config
|
||||
|
|
|
|||
Loading…
Reference in a new issue