about summary refs log tree commit diff
path: root/users/grfn/emacs.d/+bindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/emacs.d/+bindings.el')
-rw-r--r--users/grfn/emacs.d/+bindings.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el
index abd4b771e2..57d0e63778 100644
--- a/users/grfn/emacs.d/+bindings.el
+++ b/users/grfn/emacs.d/+bindings.el
@@ -809,7 +809,6 @@ private/hlissner/snippets."
  ;; Rust
  (:after rust
    (:map rust-mode-map
-     "K"     #'racer-describe
      "g RET" #'cargo-process-test))
 
  ;; Elixir