From bb4af553d4316067a0173f315c81c0fde463b3ee Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Mon, 2 Jan 2023 22:46:22 -0700 Subject: Minor notes to init.el --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3