about summary refs log tree commit diff
path: root/+bindings.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2018-09-18T14·18-0400
committerGriffin Smith <root@gws.fyi>2018-09-18T14·18-0400
commit29c7632fd278e6d4228290956534a1195c488fad (patch)
treecaa09f8bb30ea8ef88e1086ea2281311168ae28f /+bindings.el
parent8ba14144a32ee053d7fa27b836c632eed48b6f54 (diff)
Misc haskell stuff, snippets, etc
Diffstat (limited to '+bindings.el')
-rw-r--r--+bindings.el19
1 files changed, 11 insertions, 8 deletions
diff --git a/+bindings.el b/+bindings.el
index bfb40424b3..eb7b14365b 100644
--- a/+bindings.el
+++ b/+bindings.el
@@ -1022,17 +1022,20 @@ private/hlissner/snippets."
 
 (map!
   (:map haskell-mode-map
-     :n "K"     'lsp-info-under-point
-     :n "g d"   'lsp-ui-peek-find-definitions
-     :n "g r"   'lsp-ui-peek-find-references
-     ;; :n "g SPC" 'intero-repl-load
-     :n "g \\"  '+haskell/repl
-     ;; :n "g y"   'intero-type-at
+     ;; :n "K"     'lsp-info-under-point
+     ;; :n "g d"   'lsp-ui-peek-find-definitions
+     ;; :n "g r"   'lsp-ui-peek-find-references
+     ;; :n "g \\"  '+haskell/repl
+     :n "K"     'intero-info
+     :n "g d"   'intero-goto-definition
+     :n "g SPC" 'intero-repl-load
+     :n "g \\"  'intero-repl
+     :n "g y"   'intero-type-at
      ;; :n "g RET" 'grfn/run-sputnik-test-for-file
 
      (:localleader
-       :desc "Apply action"  :n "a" 'lsp-execute-code-action
-       :desc "Rename symbol" :n "r" 'lsp-rename))
+       :desc "Apply action"  :n "e" 'intero-repl-eval-region
+       :desc "Rename symbol" :n "r" 'intero-apply-suggestions))
 
   (:after agda2-mode
     (:map agda2-mode-map