From b5e4759c6e180b81f06cb93d91e0a7569e9ea87a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 10 Apr 2021 14:28:31 -0500 Subject: Fix some comments for `outline-mode' Still need to do the rest of init.el and early-init.el, and I suppose acdw*.el. --- init.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index b93f4aa..1876aa6 100644 --- a/init.el +++ b/init.el @@ -7,18 +7,18 @@ ;; This file is NOT part of GNU Emacs. -;;;- License: +;;; License: ;; Everyone is permitted to do whatever with this software, without ;; limitation. This software comes without any warranty whatsoever, ;; but with two pieces of advice: ;; - Don't hurt yourself. ;; - Make good choices. -;;;- Code: +;;; Code: -;; Necessary packages +;;; Necessary packages -;; `setup' +;;; `setup' (progn (straight-use-package '(setup :host nil :repo "https://git.sr.ht/~zge/setup")) @@ -43,14 +43,14 @@ ,(if (stringp key) (kbd key) key) #',command)))) -;; `no-littering' +;;; `no-littering' (setup (:straight no-littering) (:option no-littering-etc-directory (acdw/dir) no-littering-var-directory (acdw/dir)) (require 'no-littering)) -;; Good defaults +;;; Good defaults (defmacro setc (&rest args) "Customize user options using ARGS like `setq'." -- cgit 1.4.1-21-gabe81