Remove ".dir-settings.el"

* .dir-settings.el: Remove file.
* .dir-locals.el: Remove reference to ".dir-settings.el".
This commit is contained in:
Nicolas Goaziou 2017-12-17 09:52:26 +01:00
parent 3ac619c8ac
commit 1882be68ba
2 changed files with 0 additions and 14 deletions

View File

@ -1,8 +1,3 @@
;; - 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)

View File

@ -1,9 +0,0 @@
;; - 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))))