Add sh and dired config

This commit is contained in:
James Cherti
2024-08-26 17:00:01 -04:00
parent cce2a5b8c4
commit cd0a2a03b6

View File

@@ -331,6 +331,13 @@
;; Do not notify the user each time Python tries to guess the indentation offset ;; Do not notify the user each time Python tries to guess the indentation offset
(setq python-indent-guess-indent-offset-verbose nil) (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 ;;; Font / Text scale
;; Avoid automatic frame resizing when adjusting settings. ;; Avoid automatic frame resizing when adjusting settings.