aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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)