Skip to content

Commit cb89e46

Browse files
committed
;
1 parent 92121f0 commit cb89e46

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.dir-locals.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
("/.git/COMMIT_EDITMSG\\'" . diff-mode)
33
("\\.ya?ml\\'" . yaml-ts-mode)
44
("\\.json\\'" . js-json-mode)
5+
("\\.m?js\\.map\\'" . js-json-mode)
6+
("\\.m?ts\\'" . typescript-ts-mode)
57
("\\.mjs\\'" . javascript-mode)))
68
(nil . ((delete-trailing-whitespace . t)
79
(eval . (when (derived-mode-p 'text-mode 'prog-mode 'conf-mode)

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ clean:
1717
-chmod -R a+rwx $@
1818

1919
FORCE:
20+
21+
.PHONY: git-push
22+
git-push:
23+
git add .
24+
GIT_EDITOR='/snap/bin/emacs -nw' git commit --verbose
25+
chmod u+r ~/.git-credentials
26+
git push
27+
chmod a-rx ~/.git-credentials

0 commit comments

Comments
 (0)