summary refs log tree commit diff stats
path: root/lisp/+lisp.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-17 13:45:32 -0600
committerCase Duckworth2022-01-17 13:45:32 -0600
commit1394b10658f5059aeb5fa45a2985f4cac97f833d (patch)
tree9a448cbcd0e6d94d337893f764f28fe1f833e77d /lisp/+lisp.el
parentAdd sort-setq (diff)
downloademacs-1394b10658f5059aeb5fa45a2985f4cac97f833d.tar.gz
emacs-1394b10658f5059aeb5fa45a2985f4cac97f833d.zip
So! Many! Changes!!
Diffstat (limited to 'lisp/+lisp.el')
-rw-r--r--lisp/+lisp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/+lisp.el b/lisp/+lisp.el index c45fdf6..a78e40e 100644 --- a/lisp/+lisp.el +++ b/lisp/+lisp.el
@@ -157,6 +157,8 @@ With a prefix argument N, (un)comment that many sexps."
157 (+lisp-comment-sexp--raw)))) 157 (+lisp-comment-sexp--raw))))
158 158
159;;; Sort `setq' constructs 159;;; Sort `setq' constructs
160;;https://emacs.stackexchange.com/questions/33039/
161
160(defun +lisp-sort-setq () 162(defun +lisp-sort-setq ()
161 (interactive) 163 (interactive)
162 (save-excursion 164 (save-excursion