diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1257,6 +1257,8 @@ | |||
1257 | :bind (("C-h f" . helpful-callable) | 1257 | :bind (("C-h f" . helpful-callable) |
1258 | ("C-h k" . helpful-key) | 1258 | ("C-h k" . helpful-key) |
1259 | ("C-h p" . helpful-at-point) | 1259 | ("C-h p" . helpful-at-point) |
1260 | ("C-h q" . helpful-kill-buffers) | ||
1261 | ("C-h s" . helpful-symbol) | ||
1260 | ("C-h v" . helpful-variable) | 1262 | ("C-h v" . helpful-variable) |
1261 | ("C-h x" . helpful-command))) | 1263 | ("C-h x" . helpful-command))) |
1262 | 1264 | ||