Merge pull request #2685 from kenranunderscore/change-obsolete-binding
Replace obsolete elisp function in dante-mode
This commit is contained in:
commit
0fafba7ee1
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ reformatting)."
|
||||||
: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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue