diff options
| author | Luke Hoersten <[email protected]> | 2013-06-24 21:39:26 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2013-06-24 21:39:26 -0500 |
| commit | 634408264c7b3a5b10b20af5ea597068474d37eb (patch) | |
| tree | 13eef5e3eb5e00f20f55467507f2f1a5c58512a7 /haskell-init.el | |
| parent | abcf074e2faa45b0c697071fd76e807ddb91001a (diff) | |
Updated to emacs24 with package management and load-theme
Diffstat (limited to 'haskell-init.el')
| -rw-r--r-- | haskell-init.el | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/haskell-init.el b/haskell-init.el deleted file mode 100644 index df808e1..0000000 --- a/haskell-init.el +++ /dev/null @@ -1,45 +0,0 @@ -;; ~/.emacs.d/haskell-init.el -;; Luke Hoersten <[email protected]> - -(add-to-list 'load-path "~/.emacs.d/thirdparty/haskell-mode/") -(require 'haskell-mode-autoloads) - -;; (add-to-list 'load-path "~/.emacs.d/thirdparty/haskell-mode") ; override haskell mode on system -;;(add-to-list 'load-path "~/.cabal/share/ghc-mod-2.0.2") ; load ghc-mod from cabal -;; (autoload 'ghc-init "~/.emacs.d/thirdparty/ghc-mod-2.0.2/ghc" nil t) - -;; (load "haskell-site-file") - -;; ;; scion -;; (if (file-exists-p "~/.cabal/share/scion-0.3/emacs/scion.el") -;; (progn -;; (add-to-list 'load-path "~/.cabal/share/scion-0.3/emacs") -;; (require 'scion) -;; (setq scion-program "~/.cabal/bin/scion-server") -;; (add-hook -;; 'haskell-mode-hook -;; (lambda () -;; (scion-mode 1) -;; (scion-flycheck-on-save 1) -;; (setq scion-completing-read-function 'ido-completing-read))))) - -(add-hook - 'haskell-mode-hook - (lambda () - ;; (ghc-init) - (turn-on-haskell-indent) - (capitalized-words-mode) - (turn-on-haskell-doc-mode) - (turn-on-haskell-decl-scan) - (imenu-add-menubar-index) - (setq - haskell-font-lock-haddock t - haskell-stylish-on-save t - ;; haskell-tags-on-save t - haskell-program-name "ghci" - haskell-indent-offset 4 - whitespace-line-column 78) - )) - -(message "Loading haskell-init...done") -(provide 'haskell-init) |
