Fix Linux Mint target

This commit is contained in:
Fabio Scotto di Santolo
2026-07-15 10:40:10 +02:00
parent f33f3fe433
commit a4b47e0456
15 changed files with 254 additions and 229 deletions

View File

@@ -42,7 +42,6 @@
'misc/doom-modeline
'misc/which-key
'misc/gptel
'misc/email
'misc/rss
'misc/terminal
'misc/vcs

View File

@@ -59,12 +59,6 @@
(with-eval-after-load 'vterm
(define-key vterm-mode-map (kbd "C-c C-t") #'vterm-copy-mode))
;; -------- mu4e --------
(autoload 'mu4e "mu4e" nil t)
(autoload 'mu4e-compose-new "mu4e" nil t)
(global-set-key (kbd "C-x m") #'mu4e-compose-new)
(define-key fscotto/open (kbd "m") #'mu4e)
;; -------- elfeed --------
(autoload 'elfeed "elfeed" nil t)
(define-key fscotto/open (kbd "f") #'fscotto/elfeed-load-db-and-open)

View File

@@ -24,7 +24,7 @@
"C-c p" "Project"
"C-c d" "Debug"
"C-c g" "Git"
"C-c e" "Email / Elfeed")
"C-c e" "Elfeed")
;; --------------------------------------------------------------------------
;; Open (C-c o …)
@@ -33,7 +33,6 @@
"C-c o d" "Dirvish"
"C-c o f" "RSS (Elfeed)"
"C-c o l" "LLM chat (gptel)"
"C-c o m" "mu4e (Email Client)"
"C-c o T" "Terminal (multi-vterm)"
"C-c o z" "Ztree diff")

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env sh
mbsync -a & pid1=$!
wait $pid1
mu index