Mercurial > hg > config
comparison .emacs @ 857:977b5789cfe8
haskell mode
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 22 Dec 2017 14:11:19 -0800 |
parents | 1c3f6daa1190 |
children | 7953c011d16a |
comparison
equal
deleted
inserted
replaced
856:1c3f6daa1190 | 857:977b5789cfe8 |
---|---|
5 ;; Your init file should contain only one such instance. | 5 ;; Your init file should contain only one such instance. |
6 ;; If there is more than one, they won't work right. | 6 ;; If there is more than one, they won't work right. |
7 '(package-archives | 7 '(package-archives |
8 (quote | 8 (quote |
9 (("gnu" . "http://elpa.gnu.org/packages/") | 9 (("gnu" . "http://elpa.gnu.org/packages/") |
10 ("melpa-stable" . "http://stable.melpa.org/packages/"))))) | 10 ("melpa-stable" . "http://stable.melpa.org/packages/")))) |
11 '(package-selected-packages (quote (haskell-mode)))) | |
11 (package-initialize) | 12 (package-initialize) |
12 | 13 |
13 (setq max-specpdl-size 5000) | 14 (setq max-specpdl-size 5000) |
14 | 15 |
15 (setq initial-scratch-message ";; scratch ;; | 16 (setq initial-scratch-message ";; scratch ;; |
218 | 219 |
219 | 220 |
220 ;;; TODO | 221 ;;; TODO |
221 ; - needless to say, zeitgeist integration | 222 ; - needless to say, zeitgeist integration |
222 ; - http://pedrokroger.net/2010/07/configuring-emacs-as-a-python-ide-2/ | 223 ; - http://pedrokroger.net/2010/07/configuring-emacs-as-a-python-ide-2/ |
224 (custom-set-faces | |
225 ;; custom-set-faces was added by Custom. | |
226 ;; If you edit it by hand, you could mess it up, so be careful. | |
227 ;; Your init file should contain only one such instance. | |
228 ;; If there is more than one, they won't work right. | |
229 ) |