Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.0 KiB

  1. ;;; `(buffer-name)` --- ${1:Description}
  2. ;; Author: `user-full-name` `user-mail-address`
  3. ;; Keywords: $2
  4. ;; URL:
  5. ;; Copyright (C) `(format-time-string ""%Y"")`, `user-full-name`, all rights reserved.
  6. ;; This program is free software; you can redistribute it and/or modify
  7. ;; it under the terms of the GNU General Public License as published by
  8. ;; the Free Software Foundation, either version 3 of the License, or
  9. ;; (at your option) any later version.
  10. ;; This program is distributed in the hope that it will be useful,
  11. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. ;; GNU General Public License for more details.
  14. ;; You should have received a copy of the GNU General Public License
  15. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. ;;; Commentary:
  17. ;;
  18. ;;; Code:
  19. $0
  20. (provide '`(substring (buffer-name) 0 (- (length (buffer-name)) 3))`)
  21. ;; Local Variables:
  22. ;; coding: utf-8
  23. ;; End:
  24. ;;; `(buffer-name)` ends here.