Mercurial > hg > config
changeset 857:977b5789cfe8
haskell mode
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 22 Dec 2017 14:11:19 -0800 |
parents | 1c3f6daa1190 |
children | ebfcbbc8a627 |
files | .emacs |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.emacs Fri Dec 22 14:10:15 2017 -0800 +++ b/.emacs Fri Dec 22 14:11:19 2017 -0800 @@ -7,7 +7,8 @@ '(package-archives (quote (("gnu" . "http://elpa.gnu.org/packages/") - ("melpa-stable" . "http://stable.melpa.org/packages/"))))) + ("melpa-stable" . "http://stable.melpa.org/packages/")))) + '(package-selected-packages (quote (haskell-mode)))) (package-initialize) (setq max-specpdl-size 5000) @@ -220,3 +221,9 @@ ;;; TODO ; - needless to say, zeitgeist integration ; - http://pedrokroger.net/2010/07/configuring-emacs-as-a-python-ide-2/ +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + )