ghc dep cleanup

This commit is contained in:
Iñaki
2017-06-09 13:12:28 +02:00
parent a39f93a174
commit facac667fa
2 changed files with 0 additions and 5 deletions

View File

@@ -29,7 +29,6 @@
(setq fci-rule-column 80))
(use-package all-the-icons)
(use-package haskell-mode)
(use-package ghc)
(use-package web-mode)
(use-package less-css-mode)

View File

@@ -4,10 +4,6 @@
(when (fboundp 'windmove-default-keybindings)
(windmove-default-keybindings))
(autoload 'ghc-init "ghc" nil t)
(autoload 'ghc-debug "ghc" nil t)
(add-to-list 'exec-path "~/.cabal/bin")
(add-to-list
'default-frame-alist
'(font . "Iosevka Term 10"))