From f2480834e287aa50176ab9a648fa7dabc5aec5db Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 19 Aug 2023 18:42:50 +1000 Subject: Adding common packages for use of any profile --- emacs/.emacs.d/init/ycp-web.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-web.el') diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el index 78c1ac2..5834971 100644 --- a/emacs/.emacs.d/init/ycp-web.el +++ b/emacs/.emacs.d/init/ycp-web.el @@ -158,8 +158,8 @@ ;; mastodon (add-to-list 'load-path (locate-user-emacs-file "lisp/mastodon.el/lisp")) (my-package mastodon - (:delay 60) - (my-setq-from-local mastodon-active-user mastodon-instance-url)) + (my-setq-from-local mastodon-active-user mastodon-instance-url) + (mastodon)) (add-to-list 'load-path (locate-user-emacs-file "lisp/servall/lisp")) (my-package servall-wikipedia -- cgit v1.2.3