diff options
Diffstat (limited to 'emacs.d/modules/module-shell.el')
-rw-r--r-- | emacs.d/modules/module-shell.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/modules/module-shell.el b/emacs.d/modules/module-shell.el index 763d133..684c029 100644 --- a/emacs.d/modules/module-shell.el +++ b/emacs.d/modules/module-shell.el @@ -1,9 +1,5 @@ -(require 'config-package) - (use-package sh-script - ;; configuration to interact with shell scripts :mode ("bashrc" . sh-mode) - :config (defun set-sh-mode-indent () (setq sh-basic-offset 2 |