From 47b2784ae0c27cb0dcd5e556f6def3fb3e606ac3 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 26 Jun 2011 15:55:35 -0700 Subject: [PATCH] uncomment haskell in emacs config --- emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs b/emacs index 7fe5121..ab50a16 100644 --- a/emacs +++ b/emacs @@ -184,8 +184,8 @@ ;; haskell ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; (if (file-readable-p "~/.emacs.d/haskell/haskell-site-file.el") -;; (load "~/.emacs.d/haskell/haskell-site-file.el" nil t)) +(if (file-readable-p "~/.emacs.d/haskell/haskell-site-file.el") + (load "~/.emacs.d/haskell/haskell-site-file.el" nil t)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;