Added yasnippet

This commit is contained in:
qorg11 2020-06-17 17:10:43 +02:00
parent aa2e3a3e87
commit 54a686d8cf
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -299,6 +299,16 @@ Including indent-buffer, which should not be called automatically on save."
(with-eval-after-load 'company
(add-hook 'c-mode-hook 'company-mode))
#+END_SRC
** Yasnippet
Sometimes i'm just to lazy to write.
#+BEGIN_SRC emacs-lisp
(use-package yasnippet
:ensure t
:init
(yas-global-mode 1))
(use-package yasnippet-snippets
:ensure t)
#+END_SRC
* ido
Ido is a replacement for keybindings such as C-x C-f and C-x b. Here
I rebinded C-x C-b to ido-switch-buffer because I always press C-x