odin-mode
This commit is contained in:
@@ -119,3 +119,9 @@
|
||||
(require 'simpc-mode)
|
||||
(add-to-list 'auto-mode-alist '("\\.[hc]\\(pp\\)?\\'" . simpc-mode))
|
||||
;; --- end of simplec-mode ------
|
||||
|
||||
;; ------- odin-mode ------------
|
||||
(add-to-list 'load-path (expand-file-name "vendor/odin-mode" user-emacs-directory))
|
||||
(require 'odin-mode)
|
||||
(add-to-list 'auto-mode-alist '("\\.odin\\'" . odin-mode))
|
||||
;; --- end of odin-mode ---------
|
||||
|
||||
Reference in New Issue
Block a user