asdf
This commit is contained in:
parent
fab84588b4
commit
6da9d844ce
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue