dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6190c46e36b7f0b204e626fc6874cdfc737025d0
parent f29c0d8399cb2d900a3991b35f4865ba0cf9ac70
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 26 Jan 2022 12:32:15 +0100

emacs: use wgrep to change occur results

Diffstat:
Memacs/config.org | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -163,6 +163,10 @@ Solution: ~brew tap daviderestivo/emacs-head && brew install emacs-head@28 --wit (custom-set-faces '(ivy-posframe-border ((t (:inherit mode-line-inactive))))) (ivy-posframe-mode 1))) #+end_src +** wgrep +#+begin_src emacs-lisp + (use-package wgrep) +#+end_src ** avy This lets me jump to any position in Emacs rather quickly, sometimes it's useful. ~avy-goto-char-timer~ lets me type a part of the text before avy kicks in.