From 038e5de1adf2de6cdf28a428a44b0753813b928c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 29 Dec 2021 22:55:55 -0600 Subject: Lots and lots of changes, oh jeez --- lisp/+init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/+init.el') diff --git a/lisp/+init.el b/lisp/+init.el index 3ab0486..360a1b9 100644 --- a/lisp/+init.el +++ b/lisp/+init.el @@ -67,6 +67,12 @@ are sorted lexigraphically." ;; otherwise, sort lexigraphically (t (string< s1 s2)))))))))))) +(defun +init-sort-then-save () + "Sort init.el, then save it." + (interactive) + (+init-sort) + (save-buffer)) + ;;; Add `setup' forms to `imenu-generic-expression' (defun +init-add-setup-to-imenu () -- cgit 1.4.1-21-gabe81