From 96db7ff63faee1016c63a91a16cc69016deff937 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 2 May 2023 21:55:58 -0700 Subject: [PATCH] Removing Twitter --- ha-aux-apps.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ha-aux-apps.org b/ha-aux-apps.org index b280fc9..1257a0a 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -27,8 +27,7 @@ A literate programming file for helper apps in Emacs. The following applications are not needed. I alternate between trying to /stay in Emacs/ taking advantage of the consistent interface, and using a stand-alone app on my Workday computer. * Twitter The venerable [[https://github.com/hayamiz/twittering-mode/tree/master][twittering-mode]] allows me to follow all the twits. - -#+begin_src emacs-lisp +#+begin_src emacs-lisp :tangle no (use-package twittering-mode :init (setq twittering-use-master-password t @@ -37,6 +36,7 @@ The venerable [[https://github.com/hayamiz/twittering-mode/tree/master][twitteri (defalias 'epa--decode-coding-string 'decode-coding-string) (ha-leader "a t" '("twitter" . twit))) #+end_src +And we are no longer using this package. * Mastodon Glad to see the 2FA feature is working on the [[https://codeberg.org/martianh/mastodon.el][mastodon.el]] project, and even more glad to see the great birdland diaspora arrive in the land of the toots. #+begin_src emacs-lisp