From 4f9b49ad8f5070ce859d7e8f712b7c52931bb9cc Mon Sep 17 00:00:00 2001 From: Johannes Maier Date: Mon, 9 Mar 2020 09:40:22 +0100 Subject: [PATCH] Replace obsolete elisp function in dante-mode --- modules/lang/haskell/+dante.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/haskell/+dante.el b/modules/lang/haskell/+dante.el index 2774b8a62..b614f575f 100644 --- a/modules/lang/haskell/+dante.el +++ b/modules/lang/haskell/+dante.el @@ -35,6 +35,6 @@ reformatting), so we restore a (false) modified state." :localleader "t" #'dante-type-at "i" #'dante-info - "l" #'haskell-process-load-or-reload + "l" #'haskell-process-load-file "e" #'dante-eval-block "a" #'attrap-attrap))