add lua mode, only show mail we care about for the last 7 days

This commit is contained in:
Aaron Bieber 2021-04-23 12:35:29 -06:00
parent a7c4503c31
commit 3de1b7335e
1 changed files with 10 additions and 1 deletions

View File

@ -1060,6 +1060,11 @@ Some go tools use this.
(use-package zig-mode)
#+end_src
** Lua
#+begin_src emacs-lisp
(use-package lua-mode)
#+end_src
* Mail
~mu~ has been the best mail client for me on emacs.
@ -1127,7 +1132,11 @@ Some go tools use this.
:key ?d)
,(make-mu4e-bookmark
:name "Last 7 days"
:query "date:7d..now AND NOT flag:trashed"
:query (concat
"date:6d..now"
" AND NOT flag:trashed"
" AND NOT list:ports-changes.openbsd.org"
" AND NOT list:source-changes.openbsd.org")
:key ?w)
,(make-mu4e-bookmark
:name "Hackers"