diff options
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/custom.el | 2 | ||||
-rw-r--r-- | .doom.d/init.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 29d6b70..d1fb65e 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -48,4 +48,4 @@ (assoc-delete-all "Open org-agenda" +doom-dashboard-menu-sections) (assoc-delete-all "Jump to bookmark" +doom-dashboard-menu-sections) (assoc-delete-all "Open documentation" +doom-dashboard-menu-sections) -(assoc-delete-all "Open private configuration" +doom-dashboard-menu-sections) +(assoc-delete-all "Open private configuration" +doom-dashboard-menu-sections)
\ No newline at end of file diff --git a/.doom.d/init.el b/.doom.d/init.el index 817929b..f2db2ad 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -175,14 +175,14 @@ :email ;;(mu4e +org +gmail) ;;notmuch - ;;(wanderlust +gmail) + wanderlust :app ;;calendar ;;emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize - (rss +org) ; emacs as an RSS reader + rss ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought :config |