add not much config

This commit is contained in:
Inhji 2024-03-04 21:07:50 +05:45
parent e8b0f9dcab
commit df2f8835fc
2 changed files with 8 additions and 0 deletions

View File

@ -183,3 +183,5 @@
(after! org-roam
(setq org-roam-directory "~/Notes/Org/Roam")
(setq org-roam-dailies-directory "Daily"))
(setq +notmuch-home-function (lambda () (notmuch-search "folder:INBOX")))

View File

@ -27,6 +27,7 @@
- [[#evil-snipe][evil-snipe]]
- [[#org-noter][org-noter]]
- [[#org-roam][org-roam]]
- [[#notmuch][notmuch]]
* Header
#+begin_src emacs-lisp
@ -286,3 +287,8 @@ These keybindings extend the default doom bindings, either because the defaults
(setq org-roam-dailies-directory "Daily"))
#+end_src
** notmuch
#+begin_src emacs-lisp
(setq +notmuch-home-function (lambda () (notmuch-search "folder:INBOX")))
#+end_src