From fb76f3767ed2af18539fffa138f232c939845d58 Mon Sep 17 00:00:00 2001 From: Micheal Smith Date: Wed, 24 Sep 2025 04:42:14 -0500 Subject: [PATCH] Removing elcord. Doesn't need much config anyway. --- .gitignore | 1 + extra/social.org | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8aad2b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.el \ No newline at end of file diff --git a/extra/social.org b/extra/social.org index 6723e65..2f23b79 100644 --- a/extra/social.org +++ b/extra/social.org @@ -31,17 +31,6 @@ it's deferred and doesn't take much space. #+end_src -** Ugh... Discord - -Not a big discord user, but when I do I might as well flash the editor. - -#+begin_src emacs-lisp -;; Well just in case there is an urge to hop on discord... :( -(use-package elcord - :config - (elcord-mode)) -#+end_src - #+name: footer #+begin_src emacs-lisp :exports none ;;; social.el ends here