diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2026-03-04 21:24:24 +0100 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2026-03-04 21:27:03 +0100 |
| commit | 3fda87ab8eba13b2a45b3fbbb75b42a8458a1995 (patch) | |
| tree | 47b3f64d1a05c24fae3f687b66effd0671b6d87d /init.el | |
| parent | e0a31af34b941c4eec655ed4c2a79094a42be2ef (diff) | |
Removed mail configuration
Not really using it
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -107,14 +107,6 @@ :config (org-roam-db-autosync-mode)) -;; Mail -(load (locate-user-emacs-file "secrets.el")) ; Full-name and Mail address -(setq gnus-select-method '(nnimap "imap.gmail.com") - message-send-mail-function 'smtpmail-send-it - smtpmail-default-smtp-server "smtp.gmail.com" - gnus-message-archive-method '(nnimap "imap.gmail.com") - gnus-message-archive-group "[Gmail]/Sent Mail") ; Gmail configuration - ;; Catppuccin theme (load (locate-user-emacs-file "theme.el")) |
