Browse Source

added yaml-mode

master
Marc 4 years ago
parent
commit
b4ea19a565
1 changed files with 7 additions and 0 deletions
  1. 7
      init.org

7
init.org

@ -703,6 +703,13 @@ Manage projects and jump quickly between its files
(add-hook 'web-mode-hook 'smartparens-mode))
#+END_SRC
** YAML
#+begin_src emacs-lisp
(use-package yaml-mode
:if *linux*
:ensure t
:mode ("\\.yml$" . yaml-mode))
#+end_src
** Python
Systemseitig muss python-language-server installiert sein:
pip3 install 'python-language-server[all]'

Loading…
Cancel
Save