diff --git a/config.org b/config.org index cea9df3..c7f1522 100644 --- a/config.org +++ b/config.org @@ -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