From 07725bdf2f2db56b6530297f692f7ab68a48adac Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 20 Oct 2023 12:09:11 +0200 Subject: [PATCH] Only load elpher when it is used --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 2c82edb..01f4f83 100644 --- a/configuration.org +++ b/configuration.org @@ -2796,7 +2796,8 @@ Gopher is the next generation text protocol. Despite its age (40-ish, as of wri beats the Web in a lot of aspects. #+begin_src emacs-lisp -(use-package elpher) +(use-package elpher + :commands (elpher)) #+end_src ** ~mastodon~