Suggest use of indent-relative as better than nothing; disable the use of tabs in indentation.

This commit is contained in:
nzc 2014-03-10 09:10:28 -04:00
parent f9a65caf9e
commit 8d9a26ef54

View File

@ -71,7 +71,8 @@
(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-line-function) 'hoon-indent-line)
(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)
(set (make-local-variable 'outline-regexp) hoon-outline-regexp)