aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-02 22:46:22 -0700
committerAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-02 22:46:22 -0700
commitbb4af553d4316067a0173f315c81c0fde463b3ee (patch)
tree6a4572d34428ebb707ad4a5f45df1260c49224cf
parent453ea93f657d8f64966a2e5bed2d3d0fb48f09ca (diff)
Minor notes to init.el
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el
index b043aca..27f6c17 100644
--- a/init.el
+++ b/init.el
@@ -1,12 +1,16 @@
;;; Basic packages to improve life
;;; Navigation
+
+;; Avy: move around buffers with ease
(use-package avy
:ensure t
:bind (("C-c j" . avy-goto-line)
("s-j" . avy-goto-char-timer)))
-;;; Helps
+;;; Discovery
+
+;; which-key: shows a popup of available keybindings
(use-package which-key
:ensure t
:config