From 56119e39b25f77a91cd5bbcb8660ffee34178824 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 6 Jul 2023 20:10:27 +1000 Subject: minor changes --- emacs/.emacs.d/init/ycp-prog.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.emacs.d/init/ycp-prog.el') diff --git a/emacs/.emacs.d/init/ycp-prog.el b/emacs/.emacs.d/init/ycp-prog.el index 3426665..3f4369d 100644 --- a/emacs/.emacs.d/init/ycp-prog.el +++ b/emacs/.emacs.d/init/ycp-prog.el @@ -475,6 +475,8 @@ "C-c d s" 'my-gdb-maria-spider ) (define-key gud-mode-map (kbd "C-c C-z") 'my-gdb-mysql-parse-frame) + (add-to-list 'grep-files-aliases + '("mtr" . "*.inc *.test *.cnf *.result *.rdiff")) ) ;;; bison -- cgit v1.2.3