feat: emacs changes

This commit is contained in:
Kat Inskip 2025-12-13 07:20:48 -08:00
parent 8fc60d9633
commit 673315ac65
3 changed files with 17 additions and 13 deletions

View file

@ -32,7 +32,7 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one)
(setq doom-theme 'doom-dracula)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
@ -42,6 +42,10 @@
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")
(add-hook 'prog-mode-hook #'rainbow-delimiters-mode)
(setq elfeed-feeds '(("https://lobste.rs/rss" tech)
("https://news.ycombinator.com/rss" tech)))
;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.