commit e2cc659677af8af08b436b7c0a7456ebb06a1dcc
parent c166c3f84e3ef21edb9f65c793d547f9ce211bbe
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Mon, 16 Sep 2024 20:09:07 +0300
Update Activitypub instance. Open new browser for a new link instead of using the old one. Stop using tab bar mode.
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/config/emacs/init.el b/config/emacs/init.el
@@ -25,6 +25,7 @@
:demand t
:custom
(browse-url-browser-function 'eww-browse-url)
+ (browse-url-new-window-flag t)
)
(use-package casual-calc
@@ -102,6 +103,7 @@
)
:config
(set-register ?i `(file . ,(locate-user-emacs-file "init.el")))
+ ;; (tab-bar-mode)
:custom
(inhibit-startup-screen t)
)
@@ -239,8 +241,14 @@
(use-package mastodon
:defer t
:init
+ ;; https://emacs.ch/†, RIP.
+ ;; Lost but not forgotten.
+ ;; Miss you, big man!
+ ;; (setq mastodon-active-user "kakafarm"
+ ;; mastodon-instance-url "https://emacs.ch/")
(setq mastodon-active-user "kakafarm"
- mastodon-instance-url "https://emacs.ch/"))
+ mastodon-instance-url "https://shitposter.world/")
+ )
(use-package menu-bar
:custom