1

Improve formatting consistency

This commit is contained in:
Jessie Hildebrandt 2024-01-18 06:30:01 -05:00
parent 95bcd64960
commit c4c52aac02

View File

@ -1,13 +1,13 @@
;;; init.el --- Emacs configuration file -*- lexical-binding: t; -*-
;;
;; Author: Jessie Hildebrandt <jessieh.net>
;; Homepage: https://gitlab.com/jessieh/dot-emacs
;; Package-Requires: ((emacs "29.1"))
;;
;; This file is not part of GNU Emacs.
;;; Commentary:
;;
;; jessieh's (Mostly) Portable Emacs Config
;;
;; This configuration file was designed to work with Emacs 29.1, and will not
@ -35,7 +35,7 @@
;; package prefixes, inbuilt or otherwise.
;;; License:
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
@ -850,7 +850,6 @@ Display BUFFER in the returned window. Return nil if no usable window is found."
(defmacro external-package (name docstring &rest args)
"Apply NAME and ARGS to `use-package' with `:ensure' defaulted to t.
DOCSTRING is an optional form that is discarded upon expansion."
(declare (doc-string 2)
(indent defun))