Browse Source

Make .git/hooks editable

master
10sr 3 years ago
parent
commit
7787a90dcb
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

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


Loading…
Cancel
Save