Another small improvement to startup time.

This commit is contained in:
kj
2023-04-18 13:55:08 -04:00
parent 0b14aeba36
commit fa9c5e7cf5
2 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,6 @@
(setq default-process-coding-system '(utf-8-unix . utf-8-unix))
;; Emacs customizations
(scroll-bar-mode -1) ; Quitar scrollbar.
(tooltip-mode -1) ; Disable tooltips.
(global-display-line-numbers-mode) ; Mostar número de línea.
(show-paren-mode 1) ; Habilitar resaltado de brackets.