diff options
Diffstat (limited to 'emacs.d/custom/fcuny-shell.el')
-rw-r--r-- | emacs.d/custom/fcuny-shell.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs.d/custom/fcuny-shell.el b/emacs.d/custom/fcuny-shell.el deleted file mode 100644 index b5de9c0..0000000 --- a/emacs.d/custom/fcuny-shell.el +++ /dev/null @@ -1,9 +0,0 @@ -(use-package sh-script - :after (flyspell flycheck) - :mode ("bashrc" . sh-mode) - :hook (after-save . executable-make-buffer-file-executable-if-script-p) - :config - (setq-default sh-indentation 2 - sh-basic-offset 2)) - -(provide 'fcuny-shell) |