Explorar el Código

Make .git/hooks editable

master
10sr hace 3 años
padre
commit
7787a90dcb
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar