From c73931526efd65b8c27a1c8e0ba76b5c18408899 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 22 Jun 2021 16:45:13 +0200 Subject: [PATCH] [Emacs] Add helpful keybinds --- org/config/emacs.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index f276514..c522796 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3929,8 +3929,12 @@ Undefining some stuff to make keybind prefixes work correctly. "hk" #'which-key-show-top-level "hd" '(nil :wk "describe") "hdc" #'describe-char + "hdC" #'helpful-command "hdf" #'helpful-callable "hdk" #'helpful-key + "hdm" #'helpful-macro + "hdM" #'helpful-mode + "hds" #'helpful-symbol "hdv" #'helpful-variable "i" '(nil :wk "insert")