From 5e7a3d20fc68eaea6d0f5dca330053513250e0d3 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 26 Aug 2023 07:00:31 -0700 Subject: [PATCH] Small tweaks --- .emacs.d/init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0aa76fb..c141d62 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -914,9 +914,10 @@ Or, uh, Objective C, I guess." (eglot-ensure) ;; Not a deno project; just enable tide and the normal - (eldoc-mode) (tide-setup) - (tide-hl-identifier-mode))) + (flycheck-mode +1) + (tide-hl-identifier-mode) + (eldoc-mode +1))) (use-package typescript-mode :ensure t :config @@ -1124,7 +1125,7 @@ Or, uh, Objective C, I guess." (defun my-pico8-hook () "My hook for pico-8 mode." ;; Pico-8 has a small indent. - (setq lua-indent-level 2) + (setq lua-indent-level 1) (set-fill-column 32)) (use-package pico8-mode