.dir-locals.el 643 B

1234567891011121314151617181920
  1. ;;; Directory Local Variables
  2. ;;; For more information see (info "(emacs) Directory Variables")
  3. ((nil
  4. (fill-column . 78)
  5. (tab-width . 8)
  6. (bug-reference-url-format . "http://bugs.gnu.org/%s")
  7. (bug-reference-bug-regexp
  8. . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>"))
  9. (scheme-mode
  10. (indent-tabs-mode)
  11. (eval put 'call-with-time 'scheme-indent-function 1)
  12. (eval put 'test-error 'scheme-indent-function 1)
  13. (eval put 'make-parameter 'scheme-indent-function 1)
  14. (eval put 'with-database 'scheme-indent-function 1))
  15. (texinfo-mode
  16. (indent-tabs-mode)
  17. (fill-column . 72)
  18. (ispell-local-dictionary . "american")))