summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-21 17:47:55 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-21 17:47:55 +0100
commitab937be85a8580cac435005a5881a6ab5822c588 (patch)
tree88b099406ae42d1c7fc7d7757e2ec2c1b238b92f
parentab4c6c7b0bf61c5a0789516695dd4c574aa7a6cb (diff)
custom: Let ag ignore minified JavaScript files.
-rw-r--r--custom.el1
1 files changed, 1 insertions, 0 deletions
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)