This commit is contained in:
Sakooooo 2023-12-24 13:32:15 +04:00
parent fab84588b4
commit 6da9d844ce
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 7 additions and 3 deletions

View file

@ -1279,9 +1279,11 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
** Telegram ** Telegram
only god knows why im doing this only god knows why im doing this
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package telega ;; codeberg thingy
:straight t (use-package visual-fill-column)
) (use-package telega
:straight t
)
#+end_src #+end_src
** pdf-tools ** pdf-tools
Emacs can be everything? Why not turn it into a pdf reader Emacs can be everything? Why not turn it into a pdf reader

View file

@ -1060,6 +1060,8 @@ kept-old-versions 5)
(add-hook 'emacs-startup-hook (elfeed-update)) (add-hook 'emacs-startup-hook (elfeed-update))
;; codeberg thingy
(use-package visual-fill-column)
(use-package telega (use-package telega
:straight t :straight t
) )