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/custom.el | |
parent | d459b0d44ff0af51d5bd70a9309c4292b304792a (diff) |
starting flameshot in systray
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 2 |
1 files changed, 1 insertions, 1 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 |