commit 3437c6c959fe660b1114194a75497f08906bfea2
parent 1418048b0d70170dfdd85bb31e947aa8ee429e9f
Author: Cem Keylan <cem@ckyln.com>
Date: Sun, 29 Mar 2020 00:17:50 +0300
remove yasnippet
Diffstat:
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/init.org b/init.org
@@ -22,7 +22,6 @@
- [[Org-mode][Org-mode]]
- [[Magit][Magit]]
- [[Flycheck][Flycheck]]
- - [[Yasnippet][Yasnippet]]
- [[Company Mode][Company Mode]]
- [[Mingus][Mingus]]
- [[Projectile][Projectile]]
@@ -408,13 +407,6 @@ hacky and buggy on Vim.
:init (global-flycheck-mode))
#+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
- :straight t
- :config (yas-global-mode 1))
-#+END_SRC
** Company Mode
Company is a tool that I am still very unfamiliar with. I used to
@@ -442,11 +434,6 @@ far as I can wrap my head-around.
(push 'company-lsp company-backends))
#+END_SRC
-*** Company Yasnippet
-I want yasnippet to be added as a company backend.
-#+BEGIN_SRC emacs-lisp
-(push 'company-yasnippet company-backends)
-#+END_SRC
** Mingus
Mingus is an [[https://musicpd.org][MPD]] client for the Emacs operating system. It has a rather
simple, straightforward interface.