emacs: re-enable yasnippet
authorRalph Boehme <slow@samba.org>
Sun, 5 Sep 2021 15:13:18 +0000 (17:13 +0200)
committerRalph Boehme <slow@samba.org>
Sun, 5 Sep 2021 15:17:21 +0000 (17:17 +0200)
emacs/.emacs.d/configuration.org

index 75ad7fa5ba503fd2ba68568745252e041197889b..a994b1410457cab89c862939be9d880f2ac88159 100644 (file)
@@ -163,7 +163,10 @@ Setup package management with Melpa, nifty!
 ** yasnippet
 
    #+begin_src elisp
-     (use-package yasnippet)
+     (use-package yasnippet
+       :ensure t
+       :config
+       (yas-global-mode 1))
    #+end_src
 
 * IDE