changeset 80:042d0ffd901b

Fix bug with .hgrc conf-mode
author Jordi GutiƩrrez Hermoso <jordigh@octave.org>
date Mon, 18 Mar 2013 10:33:55 -0400 (2013-03-18)
parents 12ca7592e88e
children 08ede06959f6
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -82,7 +82,7 @@
          ("\\.m\\'" . octave-mode)
          ("\\.eml\\'" . mail-mode)
          ("\\.pro\\'" . conf-mode) ;; Qt project files
-         ("\\.?hgrc\\'")  . conf-mode))
+         ("\\.?hgrc\\'"  . conf-mode))
        auto-mode-alist))
 
 ;; Scroll smoothly