system changes
This commit is contained in:
parent
75c2c8daac
commit
718f319bb8
2 changed files with 9 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -60,6 +60,7 @@ Import configurations for programs and install programs with no configuration.
|
|||
wget
|
||||
yt-dlp
|
||||
zig
|
||||
zls
|
||||
];
|
||||
}
|
||||
#+end_src
|
||||
|
|
Loading…
Add table
Reference in a new issue