mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
fix ack
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
;; https://github.com/leoliu/ack-el
|
;; https://github.com/leoliu/ack-el
|
||||||
(use-package ack)
|
|
||||||
|
|
||||||
|
(defun tvd-kill-ack()
|
||||||
|
;; FIXME: still asks!
|
||||||
|
(local-set-key (kbd "q") 'kill-buffer-and-window))
|
||||||
|
|
||||||
|
(use-package ack
|
||||||
|
:config
|
||||||
|
(setq ack-defaults-function 'ack-legacy-defaults))
|
||||||
|
|
||||||
|
(add-hook 'ack-mode-hook 'tvd-kill-ack)
|
||||||
|
|||||||
Reference in New Issue
Block a user