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
부모 db967c38f3
커밋 8c487406f3
2개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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

파일 보기

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