Clear up functions named with +custom
This commit is contained in:
parent
1f20dd7bc1
commit
dd5387cd7e
23 changed files with 187 additions and 183 deletions
|
|
@ -24,11 +24,11 @@
|
|||
;; Yaml
|
||||
(use-package yaml-mode :straight t :defer t :requires (lsp))
|
||||
|
||||
(defun +custom-lang-yaml/activate-yaml-mode ()
|
||||
(defun icejam-lang-yaml/activate-yaml-mode ()
|
||||
"Activate yaml-mode."
|
||||
(lsp))
|
||||
|
||||
(add-hook 'yaml-mode-hook '+custom-lang-yaml/activate-yaml-mode)
|
||||
(add-hook 'yaml-mode-hook 'icejam-lang-yaml/activate-yaml-mode)
|
||||
|
||||
;; Other text files
|
||||
(use-package json-mode :straight t :defer t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue