emacs: remove nix-ts-mode
This commit is contained in:
parent
d5eb4f76db
commit
bc4ae58e75
1 changed files with 2 additions and 3 deletions
|
@ -58,7 +58,7 @@ One will be created if none exist."
|
|||
(package-install 'json-mode)
|
||||
(package-install 'lua-mode)
|
||||
(package-install 'markdown-mode)
|
||||
(package-install 'nix-ts-mode)
|
||||
(package-install 'nix-mode)
|
||||
(package-install 'yaml-mode)
|
||||
|
||||
;; hooks
|
||||
|
@ -99,11 +99,10 @@ One will be created if none exist."
|
|||
(add-hook 'org-mode-hook 'auto-fill-mode)
|
||||
|
||||
;; file extensions
|
||||
(require 'nix-ts-mode)
|
||||
(add-to-list 'auto-mode-alist '("\\.yuck\\'" . lisp-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.eml\\'" . mail-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.scd\\'" . markdown-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.nix\\'" . nix-ts-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.nix\\'" . nix-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.3lua\\'" . nroff-mode))
|
||||
|
||||
;; treesitter modes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue