From 6da9d844cefee5db48e25330640f04862bc26eea Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 24 Dec 2023 13:32:15 +0400 Subject: [PATCH] asdf --- config/emacs/emacs.org | 8 +++++--- config/emacs/init.el | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) 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 )