diff --git a/core/cubes/editor.el b/core/cubes/editor.el index 1fd8c9f..f2fd5f9 100644 --- a/core/cubes/editor.el +++ b/core/cubes/editor.el @@ -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)