From ad243dd3385601a93ba74cb6a7eb95e9cf3e3351 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 14 Aug 2023 01:00:10 +0200 Subject: emacs: Use ‘savehist-mode’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.config/emacs') diff --git a/.config/emacs/config.org b/.config/emacs/config.org index b0fddfe..c8f2f24 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -446,6 +446,17 @@ Commenting code is a super common task — so make it an operator! ** Completions +*** Savehist-Mode + +This mode is super handy. It let’s you preserve your history in minibuffer +prompts. + +#+BEGIN_SRC elisp + + (savehist-mode) + +#+END_SRC + *** Vertico & Marginalia Vertico is a great package for enhanced completions in the minibuffer. It’s -- cgit v1.2.3