Add the support for 'discover'

This commit is contained in:
Sameer Rahmani 2022-10-31 13:32:54 +00:00
джерело 578dcddbd0
коміт 649c542b84
1 змінених файлів з 10 додано та 0 видалено

@ -88,6 +88,15 @@ For more info checkout [[https://github.com/gregsexton/origami.el]]"
(fpkg/use emojify
:hook (after-init . global-emojify-mode)))
(defcube fg42/discover-cube
"Adds support for the [[https://github.com/mickeynp/discover.el][discover]]"
(:title "Discover cube"
:flag discover
:flag-default t)
(fpkg/use discover))
(defcube fg42/exec-path-cube
"This cube fixes the =exec-path-from-shell= issue on MacOS."
(:title "Exec path cube"
@ -291,6 +300,7 @@ https://emacsthemes.com/themes/badwolf-theme.html"
(fg42/setup-modeline-format mline))
(fg42/emojify-cube)
(fg42/discover-cube)
(fg42/folding-cube)
(fg42/font-cube)
(fg42/pinentry-cube)