diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-04-13 14:41:15 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-04-13 14:41:15 -0700 |
| commit | ae2bf0a9162084af6e32df20258ed689a24048bc (patch) | |
| tree | 242a37ef087ce37f5d80abd88e04febfe8bb8f93 /emacs/site-lisp/coding-config.el | |
| parent | afc8816016987374b40ecd527d0c95d9923ce54f (diff) | |
various bits to make it more plug-n-play
Diffstat (limited to 'emacs/site-lisp/coding-config.el')
| -rwxr-xr-x | emacs/site-lisp/coding-config.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/site-lisp/coding-config.el b/emacs/site-lisp/coding-config.el index 25dd372..edf252f 100755 --- a/emacs/site-lisp/coding-config.el +++ b/emacs/site-lisp/coding-config.el @@ -115,7 +115,9 @@ (push '("\\*compilation\\*" . (nil (reusable-frames . t))) display-buffer-alist) ;; better searching -(require 'counsel) +(use-package swiper) +(use-package counsel) +(use-package ivy) (setq counsel-grep-base-command "rg -i -M 120 --no-heading --line-number --color never '%s' %s") (global-set-key (kbd "C-s") 'counsel-grep-or-swiper) |
