Compare commits
5 Commits
work
...
90d56d2b24
| Author | SHA1 | Date | |
|---|---|---|---|
|
90d56d2b24
|
|||
|
30a50895eb
|
|||
|
8fc7079b10
|
|||
|
6acb05a8a9
|
|||
|
4f7d27bd34
|
3
+mail.el
3
+mail.el
@@ -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)
|
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
;; 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"))))
|
||||||
|
|||||||
3
init.el
3
init.el
@@ -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
|
||||||
|
|||||||
@@ -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"))
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
# key: sign
|
# key: sign
|
||||||
# --
|
# --
|
||||||
|
|
||||||
Best regards,
|
Kind regards,
|
||||||
|
|
||||||
Amin Kasrou Aouam
|
Amin Kasrou Aouam
|
||||||
|
|||||||
Reference in New Issue
Block a user