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

Chizi123
2018-11-18 9d27fc972e84736015ab3b1c331888a8fe3d1276
commit | author | age
5cb5f7 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)