diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
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-<backspace>") 'backward-kill-sexp) (define-key global-map (kbd "C-c L") 'display-line-numbers-mode) |