Compare commits

...

5 Commits

Author SHA1 Message Date
90d56d2b24 HACK: Use an alternative version of org-msg 2024-07-04 17:20:31 +02:00
30a50895eb Make email signature more formal 2024-06-15 10:44:27 +02:00
8fc7079b10 Revert "Fix mu 1.10 layout"
This reverts commit 2e404a10b7.
2024-06-15 10:42:38 +02:00
6acb05a8a9 Replace company by corfu 2024-06-05 23:00:22 +02:00
4f7d27bd34 Adapt elfeed-protocol config to upstream changes 2023-11-20 19:44:27 +01:00
5 changed files with 10 additions and 11 deletions

View File

@@ -52,6 +52,3 @@
(setq mu4e-bookmarks '((:name "Unread messages" :query "flag:unread AND NOT flag:trashed" :key 117) (setq mu4e-bookmarks '((:name "Unread messages" :query "flag:unread AND NOT flag:trashed" :key 117)
(:name "Today's messages" :query "date:today..now" :key 116) (:name "Today's messages" :query "date:today..now" :key 116)
(:name "Last 7 days" :query "date:7d..now" :hide-unread t :key 119))) (:name "Last 7 days" :query "date:7d..now" :hide-unread t :key 119)))
;; HACK Fix mu 1.10 layout
(set-popup-rule! "^\\*mu4e-\\(main\\|headers\\)\\*" :ignore t)
(set-popup-rule! "^\\*mu4e-draft\\*" :size 0.7 :vslot -4 :select t :quit nil :ttl 0)

View File

@@ -119,10 +119,10 @@
;; Set up elfeed ;; Set up elfeed
(after! elfeed (after! elfeed
(setq elfeed-use-curl t) (setq elfeed-use-curl t)
(setq elfeed-feeds (list (setq elfeed-protocol-feeds (list
(list "fever+https://coolneng@rss.coolneng.duckdns.org" (list "fever+https://coolneng@rss.coolneng.duckdns.org"
:api-url "https://rss.coolneng.duckdns.org/fever/" :api-url "https://rss.coolneng.duckdns.org/fever/"
:password (auth-source-pass-get 'secret "api/miniflux")))) :password (auth-source-pass-get 'secret "api/miniflux"))))
(setq elfeed-sort-order 'ascending (setq elfeed-sort-order 'ascending
elfeed-search-filter "@all +unread" elfeed-search-filter "@all +unread"
elfeed-goodies/tag-column-width 0) elfeed-goodies/tag-column-width 0)

View File

@@ -14,7 +14,8 @@
;layout ; auie,ctsrnm is the superior home row ;layout ; auie,ctsrnm is the superior home row
:completion :completion
(company +tng) ; the ultimate code completion backend ;;(company +tng) ; the ultimate code completion backend
(corfu +orderless) ; complete with cap(f), cape and a flying feather!
;;helm ; the *other* search engine for love and life ;;helm ; the *other* search engine for love and life
;;ido ; the other *other* search engine... ;;ido ; the other *other* search engine...
;;(ivy ; a search engine for love and life ;;(ivy ; a search engine for love and life

View File

@@ -31,5 +31,6 @@
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme")) (package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
;; Move buffer while maintaining cursor centered ;; Move buffer while maintaining cursor centered
(package! centered-cursor-mode) (package! centered-cursor-mode)
;; HACK Fix mu 1.10 evil navigation ;; HACK Fix org-msg compose
(unpin! evil-collection) (unpin! org-msg)
(package! org-msg :recipe (:host github :repo "danielfleischer/org-msg" :branch "1.12"))

View File

@@ -3,6 +3,6 @@
# key: sign # key: sign
# -- # --
Best regards, Kind regards,
Amin Kasrou Aouam Amin Kasrou Aouam