2016-12-02 15:57:06 +01:00
|
|
|
;;; Directory Local Variables
|
|
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
2016-05-11 19:59:47 +02:00
|
|
|
|
|
|
|
((nil
|
2016-12-02 15:57:06 +01:00
|
|
|
(fill-column . 78)
|
|
|
|
(tab-width . 8)
|
|
|
|
(bug-reference-url-format . "http://bugs.gnu.org/%s")
|
|
|
|
(bug-reference-bug-regexp
|
|
|
|
. "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>"))
|
2016-06-26 18:40:31 +02:00
|
|
|
(scheme-mode
|
2016-12-02 15:57:06 +01:00
|
|
|
(indent-tabs-mode)
|
|
|
|
(eval put 'call-with-time 'scheme-indent-function 1)
|
|
|
|
(eval put 'test-error 'scheme-indent-function 1)
|
|
|
|
(eval put 'make-parameter 'scheme-indent-function 1)
|
|
|
|
(eval put 'with-database 'scheme-indent-function 1))
|
|
|
|
(texinfo-mode
|
|
|
|
(indent-tabs-mode)
|
|
|
|
(fill-column . 72)
|
|
|
|
(ispell-local-dictionary . "american")))
|