diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index f35e0341..5ce1c645 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1279,9 +1279,11 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things! ** Telegram only god knows why im doing this #+begin_src emacs-lisp - (use-package telega - :straight t - ) + ;; codeberg thingy + (use-package visual-fill-column) + (use-package telega + :straight t + ) #+end_src ** pdf-tools Emacs can be everything? Why not turn it into a pdf reader diff --git a/config/emacs/init.el b/config/emacs/init.el index 21d22d3a..5a1a9fca 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -1060,6 +1060,8 @@ kept-old-versions 5) (add-hook 'emacs-startup-hook (elfeed-update)) +;; codeberg thingy +(use-package visual-fill-column) (use-package telega :straight t )