From 4289e74ca267c455da4c5c85df57958cd099627d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 16 May 2023 04:18:51 +0300 Subject: fix naming --- emacs.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/emacs.org b/emacs.org index f654c76..c08930e 100755 --- a/emacs.org +++ b/emacs.org @@ -688,7 +688,7 @@ Hook with ~dired-mode~ ( ("https://hackaday.com/blog/feed/" hackaday linux) - ("https://thanosthanos.com/public/feed.xml" + ("https://thanosapollo.com/public/feed.xml" me) ("https://protesilaos.com/news.xml" protesilaos) @@ -696,7 +696,7 @@ Hook with ~dired-mode~ proetesilaos) ("https://guix.gnu.org/feeds/blog.atom" gnu guix) - ("https://thanosthanos.com/posts/index.xml" + ("https://thanosapollo.com/posts/index.xml" thanos me) ("https://rss.nytimes.com/services/xml/rss/nyt/Science.xml" NYT science news) @@ -704,7 +704,7 @@ Hook with ~dired-mode~ NYT med news) ("https://rss.nytimes.com/services/xml/rss/nyt/World.xml" NYT world news) - ("https://thanosthanos.com/posts/index.xml" + ("https://thanosapollo.com/posts/index.xml" thanos) ("http://nullprogram.com/feed/" emacs linux) @@ -822,7 +822,7 @@ Create function to watch videos using ~mpv~ (setq mu4e-contexts `(, (set-mu4e-context "Fastmail" "Thanos Thanos" - "public@thanosthanos.com" "Thanos\nhttps://thanosthanos.com" + "public@thanosapollo.com" "Thanos\nhttps://thanosapollo.com" "smtp.fastmail.com"))) ;; (setq smtpmail-smtp-service 465 @@ -1252,7 +1252,7 @@ Set aliases for emacs functions and ~PATH~ (interactive) ;; Get fastmail API Key (insert - (password-store-get-field "fastmail.com/thanosthanos.com" "API"))) + (password-store-get-field "fastmail.com/thanosapollo.com" "API"))) (global-set-key (kbd "C-c p m") 'get-mail-pass) @@ -1296,3 +1296,4 @@ Set aliases for emacs functions and ~PATH~ (define-key thanos/vterm-map (kbd "o") 'multi-vterm) #+end_src + -- cgit v1.2.3