General cleanup & minor refactoring

This commit is contained in:
Henrik Lissner 2018-12-22 04:01:17 -05:00
parent 3dd34abe61
commit d6cb0ec5f5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 12 additions and 10 deletions

View file

@ -45,7 +45,7 @@
(add-hook 'sh-mode-hook #'rainbow-delimiters-mode)
;; autoclose backticks
(sp-local-pair 'sh-mode "`" nil :unless '(sp-point-before-word-p sp-point-before-same-p))
(sp-local-pair 'sh-mode "`" "`" :unless '(sp-point-before-word-p sp-point-before-same-p))
;; sh-mode has file extensions checks for other shells, but not zsh, so...
(defun +sh|detect-zsh ()