aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index b9a5528..53eb019 100644
--- a/init.el
+++ b/init.el
@@ -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