remove some empty lines
This commit is contained in:
parent
e61b38b36c
commit
f629436460
1 changed files with 2 additions and 3 deletions
5
init.org
5
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
|
||||
|
|
Loading…
Reference in a new issue