From 4e8c131b794606b3b1fd615e855d2862cb74ee4f Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 14 Jun 2013 00:14:03 +0200 Subject: [PATCH] adding geojson --- .emacs.d/modes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/modes.el b/.emacs.d/modes.el index 64f5225..d1148c6 100644 --- a/.emacs.d/modes.el +++ b/.emacs.d/modes.el @@ -20,6 +20,7 @@ ;; JSON (setq auto-mode-alist (cons '("\.json$" . js-mode) auto-mode-alist)) +(setq auto-mode-alist (cons '("\.geojson$" . js-mode) auto-mode-alist)) ;; HTML (setq auto-mode-alist (cons '("\.template$" . html-mode) auto-mode-alist))