mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-21 98126492f4092d4b66893f803171dbd50061dfee
commit | author | age
8c2ab1 1 (provide 'setup-development)
C 2
3 (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode)
4 (add-hook 'lisp-interaction-mode-hook 'turn-on-eldoc-mode)
5 (add-hook 'ielm-mode-hook 'turn-on-eldoc-mode)
6
7 ;; Start garbage collection every 100MB to improve Emacs performance
8 (setq gc-cons-threshold 100000000)