home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

hdr (1381B)


      1 ;;; `(file-name-sans-extension (file-name-nondirectory buffer-file-name))` --- $1
      2 
      3 ;; Copyright (C) `(format-time-string "%Y")` `user-full-name`
      4 
      5 ;; Author: `user-full-name` <`user-mail-address`>
      6 ;; Created: `(format-time-string "%d %b %Y")`
      7 ;; Version: 1.0
      8 ;; Keywords: $2
      9 ;; X-URL: https://github.com/jwiegley/${3:`(file-name-sans-extension (file-name-nondirectory buffer-file-name))`}
     10 
     11 ;; This program is free software; you can redistribute it and/or
     12 ;; modify it under the terms of the GNU General Public License as
     13 ;; published by the Free Software Foundation; either version 2, or (at
     14 ;; your option) any later version.
     15 
     16 ;; This program is distributed in the hope that it will be useful, but
     17 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
     18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     19 ;; General Public License for more details.
     20 
     21 ;; You should have received a copy of the GNU General Public License
     22 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
     23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
     24 ;; Boston, MA 02111-1307, USA.
     25 
     26 ;;; Commentary:
     27 
     28 ;; $0
     29 
     30 (defgroup `(file-name-sans-extension (file-name-nondirectory buffer-file-name))` nil
     31   "$1"
     32   :group '$4)
     33 
     34 (provide '`(file-name-sans-extension (file-name-nondirectory buffer-file-name))`)
     35 
     36 ;;; `(file-name-nondirectory buffer-file-name)` ends here