diff options
Diffstat (limited to 'emacs-willow')
| -rw-r--r-- | emacs-willow | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs-willow b/emacs-willow index 8ce5647..7642de9 100644 --- a/emacs-willow +++ b/emacs-willow @@ -243,6 +243,12 @@ (when (not (display-graphic-p)) (setq flycheck-indication-mode nil)) +;; replace ch alias fro grep with cchh alias, ie if starting with a ".h" file +;; you might still want to search in cc files +(eval-after-load "grep" + '(setf (cdr (assoc "ch" grep-files-aliases)) + (cdr (assoc "cchh" grep-files-aliases)))) + (c-add-style "common c" '("gnu" |
