Ver a proveniência

Make .git/hooks editable

master
10sr há 3 anos
ascendente
cometimento
7787a90dcb
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Ver ficheiro

@@ -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)


Carregando…
Cancelar
Guardar