diff options
author | Thanos Apollo <[email protected]> | 2023-05-16 04:18:51 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-16 04:18:51 +0300 |
commit | 4289e74ca267c455da4c5c85df57958cd099627d (patch) | |
tree | 8373f42da8fc5431c2224e8c8e7771d316722ec5 | |
parent | 25be5edc77c88369619c4db7e6524dedf5436b5a (diff) |
fix naming
-rwxr-xr-x | emacs.org | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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" - "[email protected]" "Thanos\nhttps://thanosthanos.com" + "[email protected]" "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 + |