Add sh and dired config
This commit is contained in:
7
init.el
7
init.el
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user