From f629436460c2c0d041590b8d95de16fabc91bc2a Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sun, 19 Jan 2025 19:21:45 +0100 Subject: [PATCH] remove some empty lines --- init.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 70fe5d2..a00e05c 100644 --- a/init.org +++ b/init.org @@ -545,8 +545,6 @@ github repo]]. (completion-category-overrides '((file (styles partial-completion))))) #+END_SRC - - *** Marginalia for better context awareness #+BEGIN_SRC emacs-lisp @@ -943,7 +941,9 @@ a quick way to test this it to generate a warning with : t ** Yasnippet configuration +*** Enable Yasnippet Enables and configures Yasnippet, a template system for Emacs: + #+BEGIN_SRC emacs-lisp ;; configure yasnippet (use-package yasnippet @@ -953,7 +953,6 @@ Enables and configures Yasnippet, a template system for Emacs: (yas-global-mode 1)) #+END_SRC - *** Add Snippet Collection #+BEGIN_SRC emacs-lisp