missing paren
This commit is contained in:
parent
059c35bed6
commit
f266b5d6cb
|
@ -162,7 +162,7 @@ Cause emacs overlay lol
|
||||||
;;(setq gc-cons-threshold 16777216 ; 16mb
|
;;(setq gc-cons-threshold 16777216 ; 16mb
|
||||||
;; this could be really bad idk
|
;; this could be really bad idk
|
||||||
(setq gc-cons-threshold 100000000
|
(setq gc-cons-threshold 100000000
|
||||||
gc-cons-percentage 0.1))))
|
gc-cons-percentage 0.1)))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Don't use GC when minibuffer is used
|
** Don't use GC when minibuffer is used
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue