systemreboot git repos guile-xapian / master .dir-locals.el
master

Tree @master (Download .tar.gz)

.dir-locals.el @masterraw · history · blame

1
2
3
4
5
6
7
8
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil
  (indent-tabs-mode))
 (scheme-mode
  (eval put 'call-with-database 'scheme-indent-function 1)
  (eval put 'call-with-writable-database 'scheme-indent-function 1)))