From 9cfbaaad2da128a7b717cf0d7c3f82d106a64212 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 8 Apr 2024 17:59:01 +0300 Subject: emacs: Lower gc-cons-threshold --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ce77860..1b23409 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -40,7 +40,9 @@ browse-url-generic-program "firefox" backup-directory-alist '((".*" . "~/.Trash")) sentence-end-double-space t - default-input-method "bulgarian-phonetic") + default-input-method "bulgarian-phonetic" + ;; fix emacs hangs + gc-cons-threshold 2000000) (define-key global-map (kbd "M-") 'backward-kill-sexp) (define-key global-map (kbd "C-c L") 'display-line-numbers-mode) -- cgit v1.2.3