File: .dir-locals.el

package info (click to toggle)
use-package 2.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 520 kB
  • sloc: lisp: 4,340; makefile: 138
file content (8 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
;;; Directory Local Variables         -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((sentence-end-double-space . t)
         (emacs-lisp-docstring-fill-column . 65)
         (fill-column . 70)))
 (emacs-lisp-mode . ((indent-tabs-mode . nil)))
 (lisp-data-mode . ((indent-tabs-mode . nil))))