From c4c52aac02912513d7d9c525a3a60f90a68fe3af Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 18 Jan 2024 06:30:01 -0500 Subject: [PATCH] Improve formatting consistency --- init.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 6fc9c05..e502ad8 100644 --- a/init.el +++ b/init.el @@ -1,13 +1,13 @@ ;;; init.el --- Emacs configuration file -*- lexical-binding: t; -*- - +;; ;; Author: Jessie Hildebrandt ;; 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))