mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
Remove ".dir-settings.el"
* .dir-settings.el: Remove file. * .dir-locals.el: Remove reference to ".dir-settings.el".
This commit is contained in:
parent
3ac619c8ac
commit
1882be68ba
@ -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)
|
||||
|
@ -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))))
|
Loading…
Reference in New Issue
Block a user