2021-01-18 17:53:37 -05:00
|
|
|
;;; `(file-name-nondirectory buffer-file-name)`${1: --- ${2:Description}} -*- lexical-binding: t; -*-
|
2020-01-20 19:30:22 -05:00
|
|
|
;;
|
|
|
|
;; Copyright (C) `(format-time-string "%Y")` `user-full-name`
|
|
|
|
;;
|
2021-01-27 22:08:46 -05:00
|
|
|
;; Author: `user-full-name` <https://github.com/`(cl-find-if-not #'string-empty-p (list (cdr (doom-call-process "git" "config" "github.user")) user-login-name))`>
|
2020-01-20 19:30:22 -05:00
|
|
|
;; Maintainer: `user-full-name` <`user-mail-address`>
|
|
|
|
;; Created: `(format-time-string "%B %d, %Y")`
|
|
|
|
;; Modified: `(format-time-string "%B %d, %Y")`
|
|
|
|
;; Version: 0.0.1
|
2021-01-18 17:53:37 -05:00
|
|
|
;; Keywords: `(mapconcat #'symbol-name (mapcar #'car finder-known-keywords) " ")`
|
2021-08-14 15:17:21 -04:00
|
|
|
;; 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)`
|
2021-01-18 17:53:37 -05:00
|
|
|
;; Package-Requires: ((emacs "24.3"))
|
2020-01-20 19:30:22 -05:00
|
|
|
;;
|
|
|
|
;; This file is not part of GNU Emacs.
|
|
|
|
;;
|
|
|
|
;;; Commentary:
|
|
|
|
;;
|
|
|
|
;; $2
|
|
|
|
;;
|
|
|
|
;;; Code:
|
|
|
|
|
|
|
|
`%`$0
|
|
|
|
|
|
|
|
(provide '`(file-name-base buffer-file-name)`)
|
|
|
|
;;; `(file-name-nondirectory buffer-file-name)` ends here
|