(Emacs)+yaml mode configuration
This commit is contained in:
@@ -2023,6 +2023,12 @@ Setup for python shell, including a toggle option
|
|||||||
"*Python*"
|
"*Python*"
|
||||||
run-python))
|
run-python))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** YAML
|
||||||
|
YAML is a data language which is useful for config files.
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package yaml-mode
|
||||||
|
:straight t)
|
||||||
|
#+end_src
|
||||||
** HTML/CSS/JS
|
** HTML/CSS/JS
|
||||||
Firstly, web mode for consistent colouring of syntax.
|
Firstly, web mode for consistent colouring of syntax.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user