;;; init-sh.el --- Initialize sh-mode -*- lexical-binding: t -*- ;;; Commentary: ;; https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/sh-script.el ;;; Code: (require 'sh-script) (setq sh-basic-offset 2) (provide 'init-sh) ;;; init-sh.el ends here