Remove two unused packages

This commit is contained in:
tecosaur 2020-05-01 20:52:00 +08:00
parent 78a6f3cbf7
commit 7b26f4e3c3

View file

@ -427,12 +427,6 @@ our package manager can't deal with; see [[https://github.com/raxod502/straight.
updated))
#+END_SRC
** General packages
*** Auto-complete
#+BEGIN_SRC emacs-lisp
(package! company-tabnine ; tab9 autocomplete
:recipe (:host github :repo "TommyX12/company-tabnine"
:files ("company-tabnine.el" "fetch-binaries.sh")) :pin "e986a4ad0d")
#+END_SRC
*** Prettification
~prettify-mode~ is nice and all, but adding substitutions is a little verbose.
This helps with that.
@ -534,10 +528,8 @@ For automatically toggling LaTeX fragment previews there's this nice package
(package! org-fragtog :pin "8eca8084cc")
#+END_SRC
~org-superstar-mode~ is great. While we're at it we may as well make priorities and
tags prettier as well :)
~org-superstar-mode~ is great. While we're at it we may as well make tags prettier as well :)
#+BEGIN_SRC emacs-lisp
(package! org-fancy-priorities :pin "819bb993b7")
(package! org-pretty-tags :pin "40fd72f3e7")
#+END_SRC
**** Extra functionality