diff options
author | David Robillard <d@drobilla.net> | 2020-12-31 13:30:11 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-31 13:30:11 +0100 |
commit | 440e3a69d2a2e4e36be2f61a17c825e2d755951c (patch) | |
tree | 8818163a2956c060aa6acd3dabfbbde362e775ce /emacs | |
parent | 96caf756a8beb0e87ecf53b96d9824b8fa8f81b1 (diff) | |
download | dotfiles-440e3a69d2a2e4e36be2f61a17c825e2d755951c.tar.gz dotfiles-440e3a69d2a2e4e36be2f61a17c825e2d755951c.tar.bz2 dotfiles-440e3a69d2a2e4e36be2f61a17c825e2d755951c.zip |
Remove redundant file association
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 7bc4d61..0d33c2e 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -541,7 +541,6 @@ (add-to-list 'auto-mode-alist '("\\.gyp" . python-mode)) (add-to-list 'auto-mode-alist '("\\.gypi" . python-mode)) (add-to-list 'auto-mode-alist '("\\.jsonld" . json-mode)) -(add-to-list 'auto-mode-alist '("\\.jsonld" . json-mode)) (add-to-list 'auto-mode-alist '("\\.tesc" . glsl-mode)) (add-to-list 'auto-mode-alist '("\\.tese" . glsl-mode)) (add-to-list 'auto-mode-alist '("\\.ipp" . c++-mode)) |