doomemacs/modules/lang/sh
Henrik Lissner 5cc0e92a48
lang/sh: append "/bin/*" rule in auto-mode-alist
It's too aggressive. Rather, it should be a fallback.
2019-07-26 03:12:06 +02:00
..
autoload.el
config.el lang/sh: append "/bin/*" rule in auto-mode-alist 2019-07-26 03:12:06 +02:00
doctor.el
packages.el
README.org

:lang sh

This module adds support for shell scripting languages.

  • Code completion (company-shell)
  • Syntax Checking (flycheck)
  • Added variable interpolation fontification

Table of Contents   TOC

Install

Dependencies

This module has several soft dependencies:

  • shellcheck Enables shell script linting.
  • bashdb Enables debugging for bash scripts.
  • zshdb Enables debugging for zsh scripts.