diff --git a/config/fg42.user.v3.el b/config/fg42.user.v3.el index ad4bb23..f327f62 100644 --- a/config/fg42.user.v3.el +++ b/config/fg42.user.v3.el @@ -144,6 +144,7 @@ (fg42/vterm-cube) (fg42/git-cube) +(fg42/alert-cube) (fg42/bookmark-cube) (fg42/terraform-cube :terraform-lsp-path "~/bin/terraform-lsp") (fg42/java-cube) diff --git a/core/cubes/editor.el b/core/cubes/editor.el index cdc0899..20f4d73 100644 --- a/core/cubes/editor.el +++ b/core/cubes/editor.el @@ -53,6 +53,13 @@ :init (global-set-key (kbd "C-'") #'imenu-list-smart-toggle))) +(defcube fg42/alert-cube + "alert support" + (:title "Alert cube" + :flag alert + :flag-default t) + (fpkg/use alert)) + (defcube fg42/exec-path-cube "This cube fixes the =exec-path-from-shell= issue on MacOS." @@ -125,7 +132,7 @@ ;TODO: Replace this cube with a `theme-cube' -(defcube fg42/dracula-theme-cubez +(defcube fg42/dracula-theme-cube "Replace this with a theme cube" (:title "Dracula theme" :no-flag t)