mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user