diff options
author | Yuchen Pei <id@ypei.org> | 2023-11-02 23:13:47 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-11-02 23:13:47 +1100 |
commit | ec2911a8809719d471e5b2cd3708000fb9c96a3a (patch) | |
tree | 00a17b3489d96f5d1d0fb03da54cc12ed35ff77d | |
parent | 15eeea3f5ed8452b491dcfe1e2ba4e612c7219f8 (diff) |
[emacs] Install mastodon.el from nongnu elpa
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | emacs/.emacs.d/init/ycp-web.el | 2 | ||||
m--------- | emacs/.emacs.d/lisp/mastodon.el | 0 |
3 files changed, 1 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 26a3a93..6917752 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,9 +73,6 @@ [submodule ".emacs.d/lisp/bbdb-vcard"] path = emacs/.emacs.d/lisp/bbdb-vcard url = https://github.com/tohojo/bbdb-vcard -[submodule ".emacs.d/lisp/mastodon.el"] - path = emacs/.emacs.d/lisp/mastodon.el - url = https://codeberg.org/martianh/mastodon.el [submodule "emacs/.emacs.d/lisp/org-jira"] path = emacs/.emacs.d/lisp/org-jira url = https://github.com/ahungry/org-jira diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el index 31d0528..473865c 100644 --- a/emacs/.emacs.d/init/ycp-web.el +++ b/emacs/.emacs.d/init/ycp-web.el @@ -267,8 +267,8 @@ (require 'sx-load)) ;; mastodon -(add-to-list 'load-path (locate-user-emacs-file "lisp/mastodon.el/lisp")) (my-package mastodon + (:install t) (my-setq-from-local mastodon-active-user mastodon-instance-url) ;; auto fill is a bit glitchy when composing a toot (add-hook 'mastodon-toot-mode-hook (lambda () (turn-off-auto-fill))) diff --git a/emacs/.emacs.d/lisp/mastodon.el b/emacs/.emacs.d/lisp/mastodon.el deleted file mode 160000 -Subproject b3649a12a398537ade7136d704f2f05ccc856e2 |