From cd0a2a03b6071749312c0a3dd7d61c5483dccda8 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:00:01 -0400 Subject: [PATCH] Add sh and dired config --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index 6942a32..8c32f7c 100644 --- a/init.el +++ b/init.el @@ -331,6 +331,13 @@ ;; Do not notify the user each time Python tries to guess the indentation offset (setq python-indent-guess-indent-offset-verbose nil) +(setq sh-indent-after-continuation 'always) + +(setq dired-clean-confirm-killing-deleted-buffers nil + dired-recursive-deletes 'top + dired-recursive-copies 'always + dired-create-destination-dirs 'ask) + ;;; Font / Text scale ;; Avoid automatic frame resizing when adjusting settings.