Update system
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
(setq fast-but-imprecise-scrolling t)
|
||||
(setq make-backup-files nil) (setq create-lockfiles nil)
|
||||
|
||||
; Disable the bell sounds
|
||||
(setq ring-bell-function 'ignore)
|
||||
|
||||
;; A trick for faster startup is to just disable GC for the init phase
|
||||
;;; See: https://github.com/nilcons/emacs-use-package-fast#a-trick-less-gc-during-startup
|
||||
(setq gc-cons-threshold 64000000)
|
||||
|
||||
Reference in New Issue
Block a user