Skip to content

adriangitvitz/doomconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doom emacs Keratoconus

Screenshot 2025-04-15 at 12 12 02 a m

WIP: Markdown Live-Preview using glow

Screenshot 2025-04-15 at 1 40 55 p m

WIP: LeetCode Problem Viewer

Screenshot 2025-04-17 at 4 27 28 a m

How to install Theme

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published