diff --git a/nix/config/emacs/init.el b/nix/config/emacs/init.el index 5af8f05..63b282f 100644 --- a/nix/config/emacs/init.el +++ b/nix/config/emacs/init.el @@ -624,7 +624,13 @@ :ts-mode 'swift-ts-mode :remap '(swift-mode) :ext "\\.swift\\'")) - (setq treesit-auto-langs '(swift python typescript tsx javascript jsx)) + (setq treesit-auto-langs + '(swift + python + typescript + tsx + javascript + jsx)) (treesit-auto-add-to-auto-mode-alist 'all) (global-treesit-auto-mode))