summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-19 13:39:08 -0500
committerCase Duckworth2022-08-19 13:39:08 -0500
commitd467ac45420ef54cba59b9b5c2debc698516bf38 (patch)
treeb39e447ca1924c4a6dcd5e96db6e6e16ce1459b4
parentbleh (diff)
downloademacs-d467ac45420ef54cba59b9b5c2debc698516bf38.tar.gz
emacs-d467ac45420ef54cba59b9b5c2debc698516bf38.zip
Add credit
-rw-r--r--lisp/+init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/+init.el b/lisp/+init.el index a3f680b..903f2dc 100644 --- a/lisp/+init.el +++ b/lisp/+init.el
@@ -2,7 +2,9 @@
2 2
3;;; Commentary: 3;;; Commentary:
4 4
5;; Yes, I edit my init.el often enough I need to write a mode for it. 5;; Yes, I edit my init.el often enough I need to write a mode for it. The
6;; sorting function is based on code from
7;; https://github.com/alphapapa/unpackaged.el
6 8
7;;; Code: 9;;; Code:
8 10