;;; `(file-name-nondirectory buffer-file-name)`${1: --- ${2:Description}} -*- lexical-binding: t; -*- ;; ;; Copyright (C) `(format-time-string "%Y")` `user-full-name` ;; ;; Author: `user-full-name` ;; 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 ;; Keywords: `(mapconcat #'symbol-name (mapcar #'car finder-known-keywords) " ")` ;; 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. ;; ;;; Commentary: ;; ;; $2 ;; ;;; Code: `%`$0 (provide '`(file-name-base buffer-file-name)`) ;;; `(file-name-nondirectory buffer-file-name)` ends here