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

Chizi123
2018-11-17 c4001ccd1864293b64aa37d83a9d9457eb875e70
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)