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:
Henrik Lissner 2018-05-24 21:18:42 +02:00
parent d35598520f
commit a55e2251e6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -90,6 +90,7 @@ else (except for `window-setup-hook').")
debug-on-error doom-debug-mode
ffap-machine-p-known 'reject ; don't ping things that look like domain names
idle-update-delay 2 ; update ui less often
auto-mode-case-fold nil
;; be quiet at startup; don't load or display anything unnecessary
inhibit-startup-message t
inhibit-startup-echo-area-message user-login-name