Merge pull request #2685 from kenranunderscore/change-obsolete-binding

Replace obsolete elisp function in dante-mode
This commit is contained in:
Henrik Lissner 2020-03-09 14:04:25 -04:00 committed by GitHub
commit 0fafba7ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,6 @@ reformatting)."
: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))