From 33093db8e845902b8157eba7d12b90f0dd2b7738 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 21 Jul 2020 20:48:25 -0400 Subject: [PATCH] Improve documentation and whitespace consistency --- init.el | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 840efb8..a3bcc63 100644 --- a/init.el +++ b/init.el @@ -1,12 +1,22 @@ ;;; init.el --- My custom Emacs configuration file. -*- lexical-binding: t; -*- +;;; Commentary: + ;;================================================================================ ;; ;; Jessie Hildebrandt's ;; Run-Anywhere Emacs Config ;; +;; This configuration file was designed to work with Emacs 27, but should work +;; with Emacs 26. +;; +;; Generic keybinds are documented at the top of the "Key Bindings" subsection, +;; and package-specific keybinds are documented above each "use-package" statement +;; in the "EXTERNAL PACKAGES" section. +;; ;;================================================================================ +;;; Code: ;;======================================== ;; @@ -338,7 +348,6 @@ (concat user-emacs-directory "init.elc")) (add-hook 'emacs-startup-hook 'init-file/byte-compile-init-file)) - ;;======================================== ;; ;; THEME CONFIGURATION @@ -380,7 +389,6 @@ :config (mood-line-mode)) - ;;======================================== ;; ;; EXTERNAL PACKAGE CONFIGURATION @@ -794,7 +802,6 @@ ((" " . 'anzu-query-replace) (" " . 'anzu-query-replace-regexp))) - ;;======================================== ;; ;; END OF INIT FILE