system changes

This commit is contained in:
jjanzen 2025-01-19 11:41:50 -06:00
parent 75c2c8daac
commit 718f319bb8
2 changed files with 9 additions and 1 deletions

View file

@ -465,6 +465,12 @@ Install =yaml-mode=.
(use-package yaml-mode)
#+end_src
Install =zig-mode=.
#+begin_src emacs-lisp
(use-pacakge zig-mode)
#+end_src
Set up =eglot= to run on languages that have been configured.
#+begin_src emacs-lisp
(global-set-key (kbd "C-c r") 'eglot-rename)
@ -486,7 +492,8 @@ Set up =eglot= to run on languages that have been configured.
tex-mode-hook
LaTeX-mode-hook
yaml-mode-hook
nix-mode-hook))
nix-mode-hook
zig-mode-hook))
(add-hook lang-hook (lambda ()
(eglot-ensure)
(tree-sitter-mode 1)

View file

@ -60,6 +60,7 @@ Import configurations for programs and install programs with no configuration.
wget
yt-dlp
zig
zls
];
}
#+end_src