summaryrefslogtreecommitdiff
path: root/.dir-settings.el
blob: 05d50f663482a8224a06d2fa33c0817c3824bee0 (plain)
1
2
3
4
5
6
7
8
9
;; - keep in sync dir-locals.el (for Emacs >= 24) with .dir-settings.el
;;   (for Emacs < 24)
;; - don't use a symbolic link to prevent problems on cygwin
;;   distributions (commit 971b9eeacd38959439ddaa7c650430cc2dcb673e)

((nil . ((indent-tabs-mode . t)
	 (tab-width . 8)
	 (fill-column . 70)
	 (sentence-end-double-space . t))))