5 Commits

Author SHA1 Message Date
Fabio Scotto di Santolo
5de2888735 Fix mu4e and re-enabled Treesitter 2026-01-17 09:06:12 +01:00
Fabio Scotto di Santolo
f487fb1b0a Fix Zoxide configuration for Arch 2026-01-15 20:38:59 +01:00
Fabio Scotto di Santolo
4cc18e3095 Disable treesitter configuration to Emacs 2026-01-09 22:24:51 +01:00
Fabio Scotto di Santolo
2d3ace8225 Increase Emacs font size 2026-01-09 18:45:33 +01:00
Fabio Scotto di Santolo
776bcef1e7 Change bat theme 2026-01-09 18:44:58 +01:00
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if command -v /home/linuxbrew/.linuxbrew/bin/zoxide >/dev/null 2>&1; then if command -v zoxide >/dev/null 2>&1; then
eval "$(/home/linuxbrew/.linuxbrew/bin/zoxide init bash)" eval "$(zoxide init bash)"
fi fi

View File

@@ -6,7 +6,7 @@
# for a list of all available themes # for a list of all available themes
# Theme # Theme
--theme="Catppuccin Mocha" --theme="Coldark-Dark"
# Style # Style
--style="header,changes,numbers" --style="header,changes,numbers"

View File

@@ -2,7 +2,7 @@
(use-package mu4e (use-package mu4e
:ensure nil :ensure nil
;; :load-path "/usr/share/emacs/site-lisp/mu4e/" :load-path "/usr/share/emacs/site-lisp/mu4e/"
:defer 20 ; Wait until 20 seconds after startup :defer 20 ; Wait until 20 seconds after startup
:config :config
;; This is set to 't' to avoid mail syncing issues when using mbsync ;; This is set to 't' to avoid mail syncing issues when using mbsync

View File

@@ -3,7 +3,7 @@ IMAPStore iCloud-remote
Host imap.mail.me.com Host imap.mail.me.com
Port 993 Port 993
User fscottodisantolo@icloud.com User fscottodisantolo@icloud.com
PassCmd "pass show icloud-mail" PassCmd "secret-tool lookup icloud-mail icloud"
AuthMechs * AuthMechs *
SSLType IMAPS SSLType IMAPS
SSLVersions TLSv1.2 TLSv1.3 SSLVersions TLSv1.2 TLSv1.3
@@ -27,7 +27,7 @@ IMAPStore protonmail-remote
Host 127.0.0.1 Host 127.0.0.1
Port 1143 Port 1143
User fscottodisantolo@protonmail.com User fscottodisantolo@protonmail.com
PassCmd "pass show protonmail-bridge" PassCmd "secret-tool lookup protonmail-bridge protonmail"
AuthMechs * AuthMechs *
SSLType STARTTLS SSLType STARTTLS
PipelineDepth 1 PipelineDepth 1