diff options
author | Case Duckworth | 2022-08-19 13:39:08 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-19 13:39:08 -0500 |
commit | d467ac45420ef54cba59b9b5c2debc698516bf38 (patch) | |
tree | b39e447ca1924c4a6dcd5e96db6e6e16ce1459b4 /lisp | |
parent | bleh (diff) | |
download | emacs-d467ac45420ef54cba59b9b5c2debc698516bf38.tar.gz emacs-d467ac45420ef54cba59b9b5c2debc698516bf38.zip |
Add credit
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+init.el | 4 |
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 | ||