From fd9b49cbf0873528d2a8637e0f18ce056062336e Mon Sep 17 00:00:00 2001 From: Crazazy Date: Mon, 31 Jan 2022 14:34:21 +0100 Subject: add a theme and elcord --- emacs.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/emacs.org b/emacs.org index 663018a..bf5f799 100644 --- a/emacs.org +++ b/emacs.org @@ -308,3 +308,18 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto (emmet-expand-line prefix) (evil-jump-forward prefix)))) #+end_src +** Other, less useful stuff +*** Themes + I like to have a nice theme in my setup + #+begin_src emacs-lisp :tangle misc.el + (use-package flatland-theme + :config + (load-theme 'flatland)) + #+end_src +*** Discord + My discord buddies /have/ to know I'm using emacs whenever I have my computer running + #+begin_src emacs-lisp :tangle misc.el + (use-package elcord + :config + (elcord-mode)) + #+end_src -- cgit 1.4.1-2-gfad0