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

Chizi123
2019-01-06 d070a7b257cf0c42efe058bc520a585fb166f46d
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)