From ab937be85a8580cac435005a5881a6ab5822c588 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 21 Feb 2024 17:47:55 +0100 Subject: custom: Let ag ignore minified JavaScript files. --- custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.el b/custom.el index 3454e3e..1e7535b 100644 --- a/custom.el +++ b/custom.el @@ -3,6 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(ag-ignore-list '("*.min.js.map" "*.min.js")) '(ansi-color-names-vector ["#1D252C" "#D95468" "#8BD49C" "#EBBF83" "#5EC4FF" "#E27E8D" "#70E1E8" "#A0B3C5"]) '(browse-url-browser-function 'browse-url-firefox) -- cgit v1.2.3