diff --git a/emacs.el b/emacs.el index b81e84f..b864657 100644 --- a/emacs.el +++ b/emacs.el @@ -562,6 +562,8 @@ THEM are function and its args." (add-to-list 'hardhat-fullpath-protected-regexps "/\\.venv/") (defvar hardhat-fullpath-editable-regexps) + (add-to-list 'hardhat-fullpath-editable-regexps + "/\\.git/hooks/.*'") (add-to-list 'hardhat-fullpath-editable-regexps "/\\.git/EDIT_INDEX\\.diff\\'") (defvar hardhat-basename-editable-regexps)