fix typo...

This commit is contained in:
n gvrnd 2014-04-04 15:23:15 -04:00
parent 93d5722faa
commit eb928ebf34

View File

@ -71,7 +71,7 @@
(set (make-local-variable 'comment-use-syntax) nil)
(set (make-local-variable 'comment-start-skip) "\\(::+\\)\\s *")
(set (make-local-variable 'font-lock-defaults) '(hoon-font-lock-keywords))
(set (make-local-variable 'indent-tabs-mode nil)) ;; tabs zutiefst verboten
(set (make-local-variable 'indent-tabs-mode) nil) ;; tabs zutiefst verboten
(set (make-local-variable 'indent-line-function) 'indent-relative)
(set (make-local-variable 'imenu-generic-expression)
hoon-imenu-generic-expression)