feat(emacs): sh-mode

This commit is contained in:
Pavel Korytov 2021-01-14 12:33:22 +03:00
parent 1ab81470e4
commit e6167f6ac4
2 changed files with 2 additions and 2 deletions

View file

@ -1551,7 +1551,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
#+end_src
** sh
#+begin_src emacs-lisp
(add-hook sh-mode-hook #'smartparens-mode)
(add-hook 'sh-mode-hook #'smartparens-mode)
#+end_src
** CLIPS
#+begin_src emacs-lisp

View file

@ -1250,7 +1250,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
(add-hook 'fish-mode-hook #'smartparens-mode)
(add-hook sh-mode-hook #'smartparens-mode)
(add-hook 'sh-mode-hook #'smartparens-mode)
(use-package clips-mode
:straight t)