diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-03-09 20:55:23 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-03-09 20:55:23 +0530 |
commit | 206f12417109bbf1508eab4593fea3fb9fb35ad9 (patch) | |
tree | 5d430c5e3d09f2a417beaf49bd02723b6a826c0b /.doom.d | |
parent | d459b0d44ff0af51d5bd70a9309c4292b304792a (diff) |
starting flameshot in systray
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 |