mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-23 23:12:04 +03:00
Suggest use of indent-relative as better than nothing; disable the use of tabs in indentation.
This commit is contained in:
parent
f9a65caf9e
commit
8d9a26ef54
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user