(Hopefully) Finished zsh-ts-mode.el

This commit is contained in:
2026-04-14 00:11:04 -07:00
parent 6d69322351
commit be733cb11a
2 changed files with 109 additions and 37 deletions

View File

@@ -2134,7 +2134,7 @@ This is :around advice, so OLDFUN is the real function
:config
(my/setup-c-style-newline-keys typescript-ts-mode-map))
;; shell-mode
;; sh-mode
(use-package sh-script
:ensure nil
:hook (sh-mode . my/-setup-sh-mode)
@@ -2143,6 +2143,10 @@ This is :around advice, so OLDFUN is the real function
(defun my/-setup-sh-mode ()
(add-hook 'completion-at-point-functions #'cape-file nil t)))
;; zsh-ts-mode
(use-package zsh-ts-mode
:ensure nil)
;; go mode
(use-package go-mode
:defer nil