This commit is contained in:
2023-04-12 20:25:04 +02:00
parent 8370eddfae
commit 51671a93d7

View File

@@ -1,3 +1,11 @@
;; 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)