Delete assignment for `haskell-program-name'

Apparently, this variable is not used anymore.
This commit is contained in:
Daniel - 2020-01-24 21:05:03 +01:00
parent f4b1d80e6f
commit ea4d49e99b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 2 deletions

View File

@ -2625,8 +2625,6 @@ in the main agenda view."
(use-package haskell-mode
:defer t
:defines (haskell-program-name)
:init (setq haskell-program-name "ghci")
:config (progn
(add-hook 'haskell-mode-hook 'haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)