fix(file-templates): github user in elisp packages
This commit is contained in:
parent
782de48e0b
commit
d88948f764
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
;; Modified: `(format-time-string "%B %d, %Y")`
|
||||
;; Version: 0.0.1
|
||||
;; Keywords: `(mapconcat #'symbol-name (mapcar #'car finder-known-keywords) " ")`
|
||||
;; Homepage: https://github.com/`user-login-name`/`(file-name-base buffer-file-name)`
|
||||
;; Homepage: https://github.com/`(cl-find-if-not #'string-empty-p (list (cdr (doom-call-process "git" "config" "github.user")) user-login-name))`/`(file-name-base buffer-file-name)`
|
||||
;; Package-Requires: ((emacs "24.3"))
|
||||
;;
|
||||
;; This file is not part of GNU Emacs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue