From e5c025158ef6e383aa892ef88e63a2a32de3d7fb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 18 Oct 2022 12:08:21 -0500 Subject: Add a bunch of other stuff or whatever --- lisp/+emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/+emacs.el') diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 6f37b83..6f40cf0 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el @@ -301,8 +301,8 @@ ARG is passed to `backward-kill-word'." (defun +yank@indent (&rest _) "Indent the current region." (indent-region (min (point) (mark)) (max (point) (mark)))) -(advice-add #'yank :after #'+yank@indent) -(advice-add #'yank-pop :after #'+yank@indent) +;; (advice-add #'yank :after #'+yank@indent) +;; (advice-add #'yank-pop :after #'+yank@indent) ;;; Extra functions -- cgit 1.4.1-21-gabe81