auto-mode-case-fold = nil
This disables the case insensitive second pass through auto-mode-alist on case sensitive systems.
This commit is contained in:
parent
d35598520f
commit
a55e2251e6
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ else (except for `window-setup-hook').")
|
||||||
debug-on-error doom-debug-mode
|
debug-on-error doom-debug-mode
|
||||||
ffap-machine-p-known 'reject ; don't ping things that look like domain names
|
ffap-machine-p-known 'reject ; don't ping things that look like domain names
|
||||||
idle-update-delay 2 ; update ui less often
|
idle-update-delay 2 ; update ui less often
|
||||||
|
auto-mode-case-fold nil
|
||||||
;; be quiet at startup; don't load or display anything unnecessary
|
;; be quiet at startup; don't load or display anything unnecessary
|
||||||
inhibit-startup-message t
|
inhibit-startup-message t
|
||||||
inhibit-startup-echo-area-message user-login-name
|
inhibit-startup-echo-area-message user-login-name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue