mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(languages): move .zsh association to siren-sh module
This commit is contained in:
@@ -125,9 +125,6 @@ indent yanked text (with prefix arg don't indent)."
|
||||
(add-hook 'after-save-hook
|
||||
'executable-make-buffer-file-executable-if-script-p)
|
||||
|
||||
;; .zsh file is shell script too
|
||||
(add-to-list 'auto-mode-alist '("\\.zsh\\'" . shell-script-mode))
|
||||
|
||||
;; saner regex syntax
|
||||
(require 're-builder)
|
||||
(setq reb-re-syntax 'string)
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
("/\\.env\\." . sh-mode)
|
||||
("/\\.envrc\\'" . sh-mode)
|
||||
("/\\.envrc\\." . sh-mode)
|
||||
("\\.zsh\\'" . sh-mode)
|
||||
("/zshenv\\'" . sh-mode)
|
||||
("/zshrc\\'" . sh-mode)
|
||||
("\\.tmux\\'" . sh-mode)
|
||||
|
||||
Reference in New Issue
Block a user