Add grep aliases for php files
This commit is contained in:
parent
348f341de1
commit
1474f52810
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue