Merge branch 'master' of github.com:TychoBrahe/dotfiles
This commit is contained in:
commit
dc7151b6a9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
;; JSON
|
;; JSON
|
||||||
(setq auto-mode-alist (cons '("\.json$" . js-mode) auto-mode-alist))
|
(setq auto-mode-alist (cons '("\.json$" . js-mode) auto-mode-alist))
|
||||||
|
(setq auto-mode-alist (cons '("\.geojson$" . js-mode) auto-mode-alist))
|
||||||
|
|
||||||
;; HTML
|
;; HTML
|
||||||
(setq auto-mode-alist (cons '("\.template$" . html-mode) auto-mode-alist))
|
(setq auto-mode-alist (cons '("\.template$" . html-mode) auto-mode-alist))
|
||||||
|
|
Loading…
Reference in a new issue