From 54a686d8cf28191852e271f085b88f77e9657c84 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Wed, 17 Jun 2020 17:10:43 +0200 Subject: [PATCH] Added yasnippet --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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