Compare commits
7 Commits
work
...
e8dd98aa3c
| Author | SHA1 | Date | |
|---|---|---|---|
|
e8dd98aa3c
|
|||
|
9cbcaf62ac
|
|||
|
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)
|
||||
(:name "Today's messages" :query "date:today..now" :key 116)
|
||||
(: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
|
||||
(after! elfeed
|
||||
(setq elfeed-use-curl t)
|
||||
(setq elfeed-feeds (list
|
||||
(setq elfeed-protocol-feeds (list
|
||||
(list "fever+https://coolneng@rss.coolneng.duckdns.org"
|
||||
:api-url "https://rss.coolneng.duckdns.org/fever/"
|
||||
: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
|
||||
|
||||
: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
|
||||
;;ido ; the other *other* search engine...
|
||||
;;(ivy ; a search engine for love and life
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
;; Fetch and save bibtex from Firefox
|
||||
(package! asoc :recipe (:host github :repo "troyp/asoc.el"))
|
||||
(package! doct :recipe (:host github :repo "progfolio/doct"))
|
||||
(package! persid :recipe (:host github :repo "rougier/persid"))
|
||||
(package! org-capture-ref :recipe (:host github :repo "yantar92/org-capture-ref"))
|
||||
;; Arduino development
|
||||
(package! platformio-mode)
|
||||
@@ -31,5 +32,3 @@
|
||||
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
|
||||
;; Move buffer while maintaining cursor centered
|
||||
(package! centered-cursor-mode)
|
||||
;; HACK Fix mu 1.10 evil navigation
|
||||
(unpin! evil-collection)
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
# key: sign
|
||||
# --
|
||||
|
||||
Best regards,
|
||||
Kind regards,
|
||||
|
||||
Amin Kasrou Aouam
|
||||
|
||||
Reference in New Issue
Block a user