# HG changeset patch # User Jeff Hammel # Date 1513980679 28800 # Node ID 977b5789cfe88f750eecaf9a42dc9dd8ba13ca0b # Parent 1c3f6daa11904816043da0226bcd4864f1ba803a haskell mode diff -r 1c3f6daa1190 -r 977b5789cfe8 .emacs --- 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. + )