commit b57eb13700ea5067c20a7f9a0ebd5d06c1dca28f
parent f131ab2cabfcf1c471b6ad299231bbeba2a83f9f
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 28 Jul 2021 17:19:48 +0200
emacs: add helm-ag for ag support in helm
Diffstat:
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -113,9 +113,9 @@ Refresh packages async:
#+end_src
** helm
- Better incremental completion and selection narrowing.
- And a bunch more.
- Generally makes for nicer interactivity, like ido mode on steroids.
+Better incremental completion and selection narrowing.
+And a bunch more.
+Generally makes for nicer interactivity, like ido mode on steroids.
#+begin_src emacs-lisp
(use-package helm
@@ -152,6 +152,13 @@ Refresh packages async:
(call-interactively #'helm-find-files))))
#+end_src
+Ag (silver searcher) support:
+
+#+begin_src emacs-lisp
+(use-package helm-ag)
+
+#+end_src
+
** org
In org mode, I want to use bullets instead of stars.
Also, I add a few expansions
diff --git a/emacs/custom.el b/emacs/custom.el
@@ -8,7 +8,7 @@
'(default-input-method "czech-qwerty")
'(package-hidden-regexps '("^I"))
'(package-selected-packages
- '(expand-region elpher sr-speedbar 2048-game vterm notmuch magit lean-mode markdown-mode anki-connect anki-editor doom-themes all-the-icons use-package-ensure which-key use-package org-bullets helm exec-path-from-shell)))
+ '(helm-ag expand-region elpher sr-speedbar 2048-game vterm notmuch magit lean-mode markdown-mode anki-connect anki-editor doom-themes all-the-icons use-package-ensure which-key use-package org-bullets helm exec-path-from-shell)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.