Last change
on this file since 103224 was 77809, checked in by vboxsync, 6 years ago |
.dir-locals.el: Add a comment about marking indent-tabs-mode permanent-local
|
-
Property svn:eol-style
set to
native
|
File size:
405 bytes
|
Rev | Line | |
---|
[52664] | 1 | ;;; Directory Local Variables
|
---|
| 2 | ;;; See Info node `(emacs) Directory Variables' for more information.
|
---|
| 3 |
|
---|
[77809] | 4 | ;; You might want to use
|
---|
| 5 | ;;
|
---|
| 6 | ;; (put 'indent-tabs-mode 'permanent-local t)
|
---|
| 7 | ;;
|
---|
| 8 | ;; to ensure that it's not reset when you manually switch an .h file
|
---|
| 9 | ;; that was automatically opened in c-mode to c++-mode.
|
---|
| 10 |
|
---|
[52664] | 11 | ((c++-mode
|
---|
| 12 | (indent-tabs-mode))
|
---|
| 13 | (c-mode
|
---|
[77807] | 14 | (indent-tabs-mode))
|
---|
| 15 | (nxml-mode
|
---|
[52664] | 16 | (indent-tabs-mode)))
|
---|
Note:
See
TracBrowser
for help on using the repository browser.