system changes
This commit is contained in:
parent
c44fbf870b
commit
7d00b5972b
1 changed files with 3 additions and 4 deletions
|
@ -736,9 +736,9 @@ Configure how Markdown is displayed (default to variable-width font and use mono
|
||||||
|
|
||||||
Install =nix-mode=.
|
Install =nix-mode=.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package nix-mode
|
(use-package nix-mode
|
||||||
:mode
|
:mode
|
||||||
"\\.nix\\'")
|
"\\.nix\\'")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Use =pet= to handle Python virtual environments.
|
Use =pet= to handle Python virtual environments.
|
||||||
|
@ -770,7 +770,6 @@ Set up =eglot= to run on languages that have been configured.
|
||||||
cmake-mode-hook
|
cmake-mode-hook
|
||||||
html-mode-hook
|
html-mode-hook
|
||||||
css-mode-hook
|
css-mode-hook
|
||||||
js-json-mode-hook
|
|
||||||
js-mode-hook
|
js-mode-hook
|
||||||
python-mode-hook
|
python-mode-hook
|
||||||
go-mode-hook
|
go-mode-hook
|
||||||
|
|
Loading…
Add table
Reference in a new issue