(Hopefully) Finished zsh-ts-mode.el
This commit is contained in:
6
init.el
6
init.el
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user