feat: The doom menu is perfect now
This commit is contained in:
@@ -614,3 +614,34 @@
|
||||
(setq xclip-select-enable-clipboard t)
|
||||
(setq xclip-mode t)
|
||||
(setq xclip-method (quote wl-copy)))
|
||||
|
||||
(setq +doom-dashboard-menu-sections
|
||||
'(
|
||||
("Today's Note" :icon
|
||||
(nerd-icons-faicon "nf-fa-file_text" :face 'doom-dashboard-menu-title) :action
|
||||
org-roam-dailies-goto-today)
|
||||
("Go to Daily Note" :icon
|
||||
(nerd-icons-faicon "nf-fa-file_text" :face 'doom-dashboard-menu-title) :action
|
||||
org-roam-dailies-goto-date)
|
||||
("Open project" :icon
|
||||
(nerd-icons-octicon "nf-oct-briefcase" :face 'doom-dashboard-menu-title)
|
||||
:action projectile-switch-project)
|
||||
("Open Config" :icon
|
||||
(nerd-icons-faicon "nf-fa-toolbox" :face 'doom-dashboard-menu-title) :action
|
||||
chezmoi-find)
|
||||
("Telegram" :icon
|
||||
(nerd-icons-faicon "nf-fa-telegram" :face 'doom-dashboard-menu-title) :action
|
||||
telega)
|
||||
("EMAIL" :icon
|
||||
(nerd-icons-faicon "nf-fa-fax" :face 'doom-dashboard-menu-title) :action
|
||||
mu4e)
|
||||
("TETRIS?!" :icon
|
||||
(nerd-icons-faicon "nf-fa-gamepad" :face 'doom-dashboard-menu-title) :action
|
||||
tetris)
|
||||
("SNAAAAAAAAAAAAAAAAKEEEEEE" :icon
|
||||
(nerd-icons-faicon "nf-fa-gamepad" :face 'doom-dashboard-menu-title) :action
|
||||
snake)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user