Remove empty comment lines in headers

This commit is contained in:
Case Duckworth 2021-03-16 11:16:21 -05:00
parent a84730b0d0
commit fe1706e7d9
5 changed files with 20 additions and 32 deletions

View File

@ -1,25 +1,22 @@
;;; early-init.el -*- lexical-binding: t; coding: utf-8-unix -*- ;;; early-init.el -*- lexical-binding: t; coding: utf-8-unix -*-
;;
;; Author: Case Duckworth <acdw@acdw.net> ;; Author: Case Duckworth <acdw@acdw.net>
;; Created: Sometime during Covid-19, 2020 ;; Created: Sometime during Covid-19, 2020
;; Keywords: configuration ;; Keywords: configuration
;; URL: https://tildegit.org/acdw/emacs ;; URL: https://tildegit.org/acdw/emacs
;;
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
;;
;;; License: ;;; License:
;;
;; Everyone is permitted to do whatever with this software, without ;; Everyone is permitted to do whatever with this software, without
;; limitation. This software comes without any warranty whatsoever, ;; limitation. This software comes without any warranty whatsoever,
;; but with two pieces of advice: ;; but with two pieces of advice:
;; - Don't hurt yourself. ;; - Don't hurt yourself.
;; - Make good choices. ;; - Make good choices.
;;
;;; Comentary: ;;; Comentary:
;;
;; Starting with Emacs 27.1, `early-init' is sourced before `package' ;; Starting with Emacs 27.1, `early-init' is sourced before `package'
;; or any frames. So those are the settings I run in this file. ;; or any frames. So those are the settings I run in this file.
;;
;;; Code: ;;; Code:
;;; Define personal-use constants ;;; Define personal-use constants

View File

@ -1,21 +1,19 @@
;;; init.el -*- lexical-binding: t; coding: utf-8-unix -*- ;;; init.el -*- lexical-binding: t; coding: utf-8-unix -*-
;;
;; Author: Case Duckworth <acdw@acdw.net> ;; Author: Case Duckworth <acdw@acdw.net>
;; Created: Sometime during Covid-19, 2020 ;; Created: Sometime during Covid-19, 2020
;; Keywords: configuration ;; Keywords: configuration
;; URL: https://tildegit.org/acdw/emacs ;; URL: https://tildegit.org/acdw/emacs
;; Bankruptcy: 5c ;; Bankruptcy: 5c
;;
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
;;
;;; License: ;;; License:
;;
;; Everyone is permitted to do whatever with this software, without ;; Everyone is permitted to do whatever with this software, without
;; limitation. This software comes without any warranty whatsoever, ;; limitation. This software comes without any warranty whatsoever,
;; but with two pieces of advice: ;; but with two pieces of advice:
;; - Don't hurt yourself. ;; - Don't hurt yourself.
;; - Make good choices. ;; - Make good choices.
;;
;;; Code: ;;; Code:
;;; Add `acdw.el' ;;; Add `acdw.el'

View File

@ -1,24 +1,22 @@
:;;; acdw-modeline.el -*- lexical-binding: t; coding: utf-8-unix -*- ;;; acdw-modeline.el -*- lexical-binding: t; coding: utf-8-unix -*-
;;
;; Author: Case Duckworth <acdw@acdw.net> ;; Author: Case Duckworth <acdw@acdw.net>
;; Created: Sometime during Covid-19, 2020 ;; Created: Sometime during Covid-19, 2020
;; Keywords: configuration ;; Keywords: configuration
;; URL: https://tildegit.org/acdw/emacs ;; URL: https://tildegit.org/acdw/emacs
;;
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
;;
;;; License: ;;; License:
;;
;; Everyone is permitted to do whatever with this software, without ;; Everyone is permitted to do whatever with this software, without
;; limitation. This software comes without any warranty whatsoever, ;; limitation. This software comes without any warranty whatsoever,
;; but with two pieces of advice: ;; but with two pieces of advice:
;; - Don't hurt yourself. ;; - Don't hurt yourself.
;; - Make good choices. ;; - Make good choices.
;;
;;; Commentary: ;;; Commentary:
;; `acdw-modeline' is a dumping ground for extra modeline functions, so they ;; `acdw-modeline' is a dumping ground for extra modeline functions, so they
;; don't clutter up `init.el'. ;; don't clutter up `init.el'.
;;
;;; Code: ;;; Code:
(require 'simple-modeline) (require 'simple-modeline)

View File

@ -1,23 +1,20 @@
;;; acdw-org.el -*- lexical-binding: t; coding: utf-8-unix -*- ;;; acdw-org.el -*- lexical-binding: t; coding: utf-8-unix -*-
;;
;; Author: Various ;; Author: Various
;; URL: https://tildegit.org/acdw/emacs ;; URL: https://tildegit.org/acdw/emacs
;;
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
;;
;;; License: ;;; License:
;;
;; Everyone is permitted to do whatever with this software, without ;; Everyone is permitted to do whatever with this software, without
;; limitation. This software comes without any warranty whatsoever, ;; limitation. This software comes without any warranty whatsoever,
;; but with two pieces of advice: ;; but with two pieces of advice:
;; - Don't hurt yourself. ;; - Don't hurt yourself.
;; - Make good choices. ;; - Make good choices.
;;
;;; Commentary: ;;; Commentary:
;;
;; This file is for the weird little `org-mode' functions that just take up ;; This file is for the weird little `org-mode' functions that just take up
;; space in my main init file. I've tried to give credit where credit is due. ;; space in my main init file. I've tried to give credit where credit is due.
;;
;;; Code: ;;; Code:
;;; unpackaged.el: https://github.com/alphapapa/unpackaged.el ;;; unpackaged.el: https://github.com/alphapapa/unpackaged.el

View File

@ -1,24 +1,22 @@
:;;; acdw.el -*- lexical-binding: t; coding: utf-8-unix -*- :;;; acdw.el -*- lexical-binding: t; coding: utf-8-unix -*-
;;
;; Author: Case Duckworth <acdw@acdw.net> ;; Author: Case Duckworth <acdw@acdw.net>
;; Created: Sometime during Covid-19, 2020 ;; Created: Sometime during Covid-19, 2020
;; Keywords: configuration ;; Keywords: configuration
;; URL: https://tildegit.org/acdw/emacs ;; URL: https://tildegit.org/acdw/emacs
;;
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
;;
;;; License: ;;; License:
;;
;; Everyone is permitted to do whatever with this software, without ;; Everyone is permitted to do whatever with this software, without
;; limitation. This software comes without any warranty whatsoever, ;; limitation. This software comes without any warranty whatsoever,
;; but with two pieces of advice: ;; but with two pieces of advice:
;; - Don't hurt yourself. ;; - Don't hurt yourself.
;; - Make good choices. ;; - Make good choices.
;;
;;; Commentary: ;;; Commentary:
;; `acdw.el' contains `acdw/map', its mode, and assorted ease-of-life ;; `acdw.el' contains `acdw/map', its mode, and assorted ease-of-life
;; functions for me, acdw. ;; functions for me, acdw.
;;
;;; Code: ;;; Code:
;;; Utilities ;;; Utilities