summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-16 04:18:51 +0300
committerThanos Apollo <[email protected]>2023-05-16 04:18:51 +0300
commit4289e74ca267c455da4c5c85df57958cd099627d (patch)
tree8373f42da8fc5431c2224e8c8e7771d316722ec5
parent25be5edc77c88369619c4db7e6524dedf5436b5a (diff)
fix naming
-rwxr-xr-xemacs.org11
1 files 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"
- "[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
+