summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs-init.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 57fc4f3..93e0ebe 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -2683,6 +2683,11 @@ To open and hide a shell quickly I use =shell-pop=.
:custom
(shell-pop-shell-type (quote ("eshell" "*eshell*" (lambda nil (eshell))))))
#+end_src
+** Grep
+#+begin_src emacs-lisp
+(use-package grep
+ :custom (grep-command "grep --color -nH --null "))
+#+end_src
** Proced
Built-in process monitor.
#+BEGIN_SRC emacs-lisp