missing paren

This commit is contained in:
Sakooooo 2024-02-04 13:04:51 +04:00
parent 059c35bed6
commit f266b5d6cb
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -162,7 +162,7 @@ Cause emacs overlay lol
;;(setq gc-cons-threshold 16777216 ; 16mb
;; this could be really bad idk
(setq gc-cons-threshold 100000000
gc-cons-percentage 0.1))))
gc-cons-percentage 0.1)))
#+end_src
** Don't use GC when minibuffer is used
#+begin_src emacs-lisp