summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-12 09:28:28 +0100
committerDavid Robillard <d@drobilla.net>2020-02-12 09:28:28 +0100
commit68d4cad05d8304de7da765d66e2b837a532b9d7b (patch)
tree2522bf5e55a52f67e564bd1fc83b0e2d78987975 /emacs/.emacs.d/init.el
parenta4bf6bac34a48dc536434cc97e2924e0d5b5a574 (diff)
downloaddotfiles-68d4cad05d8304de7da765d66e2b837a532b9d7b.tar.gz
dotfiles-68d4cad05d8304de7da765d66e2b837a532b9d7b.tar.bz2
dotfiles-68d4cad05d8304de7da765d66e2b837a532b9d7b.zip
Add .ipp association
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index c10408b..dc34927 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -458,6 +458,7 @@
;; Associations
+(add-to-list 'auto-mode-alist '("\\.ipp" . c++-mode))
(add-to-list 'auto-mode-alist '("\\.pl\\'" . prolog-mode))
(add-to-list 'auto-mode-alist '("\\.n3" . ttl-mode))
(add-to-list 'auto-mode-alist '("\\.ttl" . ttl-mode))