mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
8 lines
210 B
EmacsLisp
8 lines
210 B
EmacsLisp
|
; Sets emacs variables based on mode.
|
||
|
; A list of (major-mode . ((var1 . value1) (var2 . value2)))
|
||
|
; Mode can be nil, which gives default values.
|
||
|
|
||
|
((nil . ((indent-tabs-mode . nil)
|
||
|
(tab-width . 8)))
|
||
|
)
|