Tweak outline settings
This commit is contained in:
parent
54709a4112
commit
06b4055040
1 changed files with 6 additions and 4 deletions
|
@ -68,7 +68,7 @@ This is currently the data directory under the
|
||||||
;; directory.
|
;; directory.
|
||||||
(setq auto-save-list-file-prefix (oni:data-location "auto-save-list/.saves-"))
|
(setq auto-save-list-file-prefix (oni:data-location "auto-save-list/.saves-"))
|
||||||
|
|
||||||
;;;; Don't use tabs:
|
;;;; Don't use tabs:
|
||||||
;; Generally I prefer using spaces over tabs. Especially for lisp-like
|
;; Generally I prefer using spaces over tabs. Especially for lisp-like
|
||||||
;; languages.
|
;; languages.
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
@ -106,6 +106,8 @@ This is currently the data directory under the
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
||||||
;; Local Variables:
|
;;; Local Variables:
|
||||||
;; eval: (outline-minor-mode 1)
|
;;; eval: (outline-minor-mode 1)
|
||||||
;; End:
|
;;; outline-regexp: ";;;+ [^\n]"
|
||||||
|
;;; outline-heading-end-regexp: ":\n"
|
||||||
|
;;; End:
|
||||||
|
|
Loading…
Reference in a new issue