[oni-grep] Enable ‘hl-line-mode’ in ‘grep-mode’
This makes it easier to see which line I'm looking at while going through the hits.
This commit is contained in:
parent
de53fb6f1c
commit
c36f9ff2f7
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.1123.003553
|
||||
;; Version: 2023.0615.232817
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -47,5 +47,7 @@
|
|||
|
||||
(add-to-list 'grep-find-ignored-directories ".cask")
|
||||
|
||||
(add-hook 'grep-mode-hook 'hl-line-mode)
|
||||
|
||||
(provide 'oni-grep)
|
||||
;;; oni-grep.el ends here
|
||||
|
|
Loading…
Reference in a new issue