Replace obsolete elisp function in dante-mode

This commit is contained in:
Johannes Maier 2020-03-09 09:40:22 +01:00
parent 2e96fce2e0
commit 4f9b49ad8f
No known key found for this signature in database
GPG key ID: 4DC80C3B727DC1EE

View file

@ -35,6 +35,6 @@ reformatting), so we restore a (false) modified state."
:localleader :localleader
"t" #'dante-type-at "t" #'dante-type-at
"i" #'dante-info "i" #'dante-info
"l" #'haskell-process-load-or-reload "l" #'haskell-process-load-file
"e" #'dante-eval-block "e" #'dante-eval-block
"a" #'attrap-attrap)) "a" #'attrap-attrap))