Improve formatting consistency
This commit is contained in:
parent
95bcd64960
commit
c4c52aac02
9
init.el
9
init.el
@ -1,13 +1,13 @@
|
|||||||
;;; init.el --- Emacs configuration file -*- lexical-binding: t; -*-
|
;;; init.el --- Emacs configuration file -*- lexical-binding: t; -*-
|
||||||
|
;;
|
||||||
;; Author: Jessie Hildebrandt <jessieh.net>
|
;; Author: Jessie Hildebrandt <jessieh.net>
|
||||||
;; Homepage: https://gitlab.com/jessieh/dot-emacs
|
;; Homepage: https://gitlab.com/jessieh/dot-emacs
|
||||||
;; Package-Requires: ((emacs "29.1"))
|
;; Package-Requires: ((emacs "29.1"))
|
||||||
|
;;
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
;;
|
||||||
;; jessieh's (Mostly) Portable Emacs Config
|
;; jessieh's (Mostly) Portable Emacs Config
|
||||||
;;
|
;;
|
||||||
;; This configuration file was designed to work with Emacs 29.1, and will not
|
;; This configuration file was designed to work with Emacs 29.1, and will not
|
||||||
@ -35,7 +35,7 @@
|
|||||||
;; package prefixes, inbuilt or otherwise.
|
;; package prefixes, inbuilt or otherwise.
|
||||||
|
|
||||||
;;; License:
|
;;; License:
|
||||||
|
;;
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; modify it under the terms of the GNU General Public License as
|
||||||
;; published by the Free Software Foundation; either version 2, or
|
;; 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)
|
(defmacro external-package (name docstring &rest args)
|
||||||
"Apply NAME and ARGS to `use-package' with `:ensure' defaulted to t.
|
"Apply NAME and ARGS to `use-package' with `:ensure' defaulted to t.
|
||||||
|
|
||||||
DOCSTRING is an optional form that is discarded upon expansion."
|
DOCSTRING is an optional form that is discarded upon expansion."
|
||||||
(declare (doc-string 2)
|
(declare (doc-string 2)
|
||||||
(indent defun))
|
(indent defun))
|
||||||
|
Loading…
Reference in New Issue
Block a user