mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 03:33:03 +03:00
feat(emacs): sh-mode
This commit is contained in:
parent
1ab81470e4
commit
e6167f6ac4
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue