Add a naive index generator for the cubes list page

This commit is contained in:
Sameer Rahmani 2021-10-12 00:56:20 +01:00
förälder db967c38f3
incheckning 8c487406f3
2 ändrade filer med 9 tillägg och 1 borttagningar

Visa fil

@ -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)

Visa fil

@ -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)