Browse Source

fixed bug in unbind key emmet

master
Marc 4 years ago
parent
commit
c9a8bfa522
1 changed files with 3 additions and 1 deletions
  1. 4
      init.org

4
init.org

@ -642,6 +642,8 @@ TODO Unterverzeichnisse wurden noch nicht getestet
#+END_SRC
** yasnippet
For useful snippet either install yasnippet-snippets or get them from here
[[https://github.com/AndreaCrotti/yasnippet-snippets][Github]]
#+begin_src emacs-lisp
(use-package yasnippet
@ -763,7 +765,7 @@ Default completion is C-j
((web-mode . emmet-mode)
(css-mode . emmet-mode))
:config
(unbind-key "C-<return>" . emmet-mode-keymap))
(unbind-key "C-<return>" emmet-mode-keymap))
#+end_src
** YAML
#+begin_src emacs-lisp

Loading…
Cancel
Save