WIP: Markdown Live-Preview using glow
WIP: LeetCode Problem Viewer
Clone kera theme by using sparse checkout
git clone --no-checkout [email protected]:adriangitvitz/doomconfig.git
cd doomconfig
git sparse-checkout init --no-cone
echo "themes/" > .git/info/sparse-checkout
git checkout
Load the theme ~/.config/doom/packages.el
(package! doom-kera-theme
:recipe (:local-repo "themes"
:files ("*.el")))
Changes in ~/.config/doom/config.el
(setq doom-theme 'doom-kera)
Reload your config
~/.config/emacs/bin/doom sync
- Notes: doom-kera-theme.el should be inside themes folder under ~/.config/doom
~/.config/doom/themes/doom-kera-theme.el