diff options
-rwxr-xr-x | emacs.org | 27 |
1 files changed, 11 insertions, 16 deletions
@@ -71,8 +71,7 @@ Request the following packages: org-superstar pdf-tools org-auto-tangle - slime - slime-company + sly chatgpt org-download eshell-git-prompt @@ -626,8 +625,7 @@ Hook with ~dired-mode~ #+end_src ** Common Lisp #+begin_src emacs-lisp - (setq inferior-lisp-program "sbcl") - (slime-setup '(slime-fancy slime-company)) + ;(setq inferior-lisp-program "sbcl") (add-hook 'lisp-mode-hook #'rainbow-delimiters-mode) (add-hook 'lisp-mode-hook #'company-mode) @@ -744,7 +742,9 @@ Hook with ~dired-mode~ ("https://www.youtube.com/feeds/videos.xml?channel_id=UCSuHzQ3GrHSzoBbwrIq3LLA" naomi video) ("https://www.youtube.com/feeds/videos.xml?channel_id=UCqYPhGiB9tkShZorfgcL2lA" - WhatIveLearned video)))) + WhatIveLearned video) + ("http://wikileaks.org/feed" + wikileaks)))) #+end_src ** Watch Videos Create function to watch videos using ~mpv~ @@ -823,21 +823,15 @@ Create function to watch videos using ~mpv~ (setq mu4e-change-filenames-when-moving t) (setq mu4e-maildir-shortcuts - '(("/Fastmail/Inbox" . ?i) - ("/Fastmail/Sent" . ?s) + '(("/Public/Inbox" . ?i) + ("/Public/Sent" . ?s) )) (setq mu4e-contexts `(, (set-mu4e-context - "Fastmail" "Thanos Apollo" + "Public" "Thanos Apollo" "[email protected]" "Thanos\nhttps://thanosapollo.com" - "smtp.fastmail.com"))) - - ;; (setq smtpmail-smtp-service 465 - ;; smtpmail-stream-type 'ssl - ;; smtpmail-smtp-server "smtp.fastmail.com") - - + "mail.gandi.net"))) (setq message-send-mail-function 'smtpmail-send-it smtpmail-stream-type 'ssl)) @@ -1140,7 +1134,8 @@ Set aliases for emacs functions and ~PATH~ :sasl-username "thanosapollo" :sasl-password ,(password-store-get "liberachat/thanos_apollo") :channels ("#emacs-circe" - "#emacs")))) + "#emacs" + "#systemcrafters")))) #+end_src * Misc ** Random functions |