emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit e2584ed70eda6da9beee8d0cfaa6f4130c42cc20
parent 84fe02631b3e06f92bb55fc370412f4de977226b
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 13 Mar 2020 18:15:43 +0300

add yasnippet

Diffstat:
Minit.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -315,6 +315,13 @@ far as I can wrap my head-around. (push 'company-lsp company-backends)) #+END_SRC +** Yasnippet +I don't use it as often as I thought I would be using it. But here it is. +#+BEGIN_SRC emacs-lisp +(use-package yasnippet + :ensure t + :config (yas-global-mode 1)) +#+END_SRC ** Extras These don't really deserve their own sections, but I prefer to use them.