commit fa0fad044cfca6191bef89bfc89d94082fc90229 from: Omar Polo date: Tue Mar 07 14:14:58 2023 UTC use hard tabs for tcl too commit - 029abbe3537503d423d7f3187b654419fbcbea9c commit + fa0fad044cfca6191bef89bfc89d94082fc90229 blob - 14049c4587811610c69f2b069eb4ea09e336d2d1 blob + 5ff867b10f0a7f5a8d26ebc19bb6f6603c84ec58 --- emacs/init.el +++ emacs/init.el @@ -328,6 +328,9 @@ Taken from endless parentheses." (with-eval-after-load 'go-mode (add-hook 'go-mode-hook #'subword-mode)) +(with-eval-after-load 'tcl + (setq-default tcl-indent-level 8)) + (with-eval-after-load 'eglot (define-key eglot-mode-map (kbd "") #'eglot-code-actions) (define-key eglot-mode-map (kbd "") #'eglot-format)