This breaks too many packages.
This commit is contained in:
Henrik Lissner 2019-12-18 21:13:36 -05:00
parent af948ca390
commit fd3f5b5b77
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -162,12 +162,6 @@ users).")
;; to, it's our (the user's) failure. One case for all! ;; to, it's our (the user's) failure. One case for all!
(setq auto-mode-case-fold nil) (setq auto-mode-case-fold nil)
;; Make all regexps case-sensitive by default. This favors correctness for
;; programmatical regexp searches and provides a slight performance benefit to
;; font-locking where the keywords don't let-bind `case-fold-search' themselves
;; and are already case-correct. This could break poorly written packages!
(setq-default case-fold-search nil)
;; Display the bare minimum at startup. We don't need all that noise. The ;; Display the bare minimum at startup. We don't need all that noise. The
;; dashboard/empty scratch buffer is good enough. ;; dashboard/empty scratch buffer is good enough.
(setq inhibit-startup-message t (setq inhibit-startup-message t