Add the emojify cube

This commit is contained in:
Sameer Rahmani 2022-10-31 13:32:26 +00:00
parent b6f3535146
commit 578dcddbd0
1 changed files with 11 additions and 0 deletions

View File

@ -61,6 +61,7 @@ For more info checkout [[https://github.com/gregsexton/origami.el]]"
(setq epa-pinentry-mode 'loopback)
(pinentry-start))))
(defcube fg42/imenu-cube
"Imenu support"
(:title "Imenu cube"
@ -70,6 +71,7 @@ For more info checkout [[https://github.com/gregsexton/origami.el]]"
:init
(global-set-key (kbd "C-'") #'imenu-list-smart-toggle)))
(defcube fg42/alert-cube
"alert support"
(:title "Alert cube"
@ -78,6 +80,14 @@ For more info checkout [[https://github.com/gregsexton/origami.el]]"
(fpkg/use alert))
(defcube fg42/emojify-cube
"Adds support for emojis to *FG42*"
(:title "Emojify cube"
:flag emoji
:flag-default t)
(fpkg/use emojify
:hook (after-init . global-emojify-mode)))
(defcube fg42/exec-path-cube
"This cube fixes the =exec-path-from-shell= issue on MacOS."
(:title "Exec path cube"
@ -280,6 +290,7 @@ https://emacsthemes.com/themes/badwolf-theme.html"
(fg42/modeline-cube)
(fg42/setup-modeline-format mline))
(fg42/emojify-cube)
(fg42/folding-cube)
(fg42/font-cube)
(fg42/pinentry-cube)