From fdf9eec068e49397faf718517ff79428ffda09fa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 19 Mar 2020 17:33:25 -0700 Subject: emacs: merge configuration related to prog-mode For the various prog-mode, merge the configuration into a single file so that it's easier to maintain (I guess ?) --- emacs.d/custom/fcuny-shell.el | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 emacs.d/custom/fcuny-shell.el (limited to 'emacs.d/custom/fcuny-shell.el') 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) -- cgit 1.4.1