Fix mu4e and re-enabled Treesitter

This commit is contained in:
Fabio Scotto di Santolo
2026-01-17 09:06:12 +01:00
parent f487fb1b0a
commit 5de2888735
4 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
'tools/project 'tools/project
'tools/lsp 'tools/lsp
'tools/dap 'tools/dap
;; 'tools/treesitter 'tools/treesitter
;; Languages ;; Languages
'lang/c 'lang/c

View File

@@ -16,7 +16,7 @@
(load-theme 'nordic-night t) (load-theme 'nordic-night t)
;; Setting default font ;; Setting default font
(set-frame-font "UbuntuSansMono Nerd Font 16" nil t) (set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
;; Remove toolbar ;; Remove toolbar
(tool-bar-mode -1) (tool-bar-mode -1)

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