From 1474f5281080dec98e8c1316fea301480083ed58 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 27 Jun 2018 10:53:44 -0700 Subject: Add grep aliases for php files --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 2c128ad..f9f49dd 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -402,8 +402,8 @@ (with-eval-after-load 'org (load "oni-org-init")) (add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json")) - (add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss")) +(add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module")) (setq custom-file (concat user-emacs-directory "custom.el")) (load custom-file t) -- cgit v1.2.3-54-g00ecf