Remove duplicated code for startup optimization.
This commit is contained in:
@ -32,6 +32,9 @@
|
||||
(add-hook 'after-init-hook #'restore-gc-cons-percentage-after-init)
|
||||
(setq gc-cons-percentage (get 'gc-cons-percentage 'value-during-init))
|
||||
|
||||
;; Permitir solo la búsqueda de archivos case sentsitive.
|
||||
(setq auto-mode-case-fold nil)
|
||||
|
||||
;; Recommended by
|
||||
;; https://github.com/raxod502/straight.el#getting-started to prevent
|
||||
;; pacakge.el stepping on straight's toes.
|
||||
|
Reference in New Issue
Block a user