mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Emacs: revert garbage collection on elpaca-after-init-hook
This commit is contained in:
parent
94e0ee773e
commit
7c6df5371d
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
(setq file-name-handler-alist nil)
|
||||
|
||||
;; Restore `garbage-collect' and `file-name-handler-alist' settings
|
||||
(add-hook 'emacs-startup-hook
|
||||
(add-hook 'elpaca-after-init-hook
|
||||
(lambda ()
|
||||
(setq file-name-handler-alist default-file-name-handler-alist
|
||||
gc-cons-percentage 0.1
|
||||
|
@ -113,7 +113,7 @@
|
|||
(push '(tool-bar-lines . 0) default-frame-alist)
|
||||
(push '(vertical-scroll-bars) default-frame-alist)
|
||||
(push '(background-color . "#282828") default-frame-alist)
|
||||
(push '(foreground-color . "#C6C6C6") default-frame-alist)
|
||||
(push '(foreground-color . "#c6c6c6") default-frame-alist)
|
||||
|
||||
;; Make lsp-mode use plists
|
||||
(setenv "LSP_USE_PLISTS" "true")
|
||||
|
|
Loading…
Reference in a new issue