mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
This commit is contained in:
parent
3c95bbb621
commit
a3ab37b334
@ -4,6 +4,7 @@
|
||||
(change-log-mode . ((add-log-time-zone-rule . t)
|
||||
(fill-column . 74)
|
||||
(bug-reference-url-format . "http://debbugs.gnu.org/%s")
|
||||
(mode . bug-reference))))
|
||||
(mode . bug-reference)))
|
||||
(diff-mode . ((mode . whitespace))))
|
||||
|
||||
;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd
|
||||
|
Loading…
Reference in New Issue
Block a user