dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 54b61f56e51249fcf59a50a4be4e10a9779d56a8
parent 59a627e5d7f554887e62eda3cc7a93329499f6fc
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Sun, 18 Jun 2023 00:58:48 +0200

doom(elpher): set gemini as default protocol

Diffstat:
M.doom.d/config.el | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -316,3 +316,7 @@ :after magit :config (add-to-list 'forge-alist '("git.mh.citytest.se" "git.mh.citytest.se/api/v4" "git.mh.citytest.se" forge-gitlab-repository))) + +(use-package! elpher + :config + (setq elpher-default-url-type "gemini"))