missing paren
This commit is contained in:
parent
059c35bed6
commit
f266b5d6cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue