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

Loading…
Cancel
Save