diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-02 22:46:22 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-02 22:46:22 -0700 |
commit | bb4af553d4316067a0173f315c81c0fde463b3ee (patch) | |
tree | 6a4572d34428ebb707ad4a5f45df1260c49224cf | |
parent | 453ea93f657d8f64966a2e5bed2d3d0fb48f09ca (diff) |
Minor notes to init.el
-rw-r--r-- | init.el | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |