From 9b7f04f7bbcac5eaf86719397ea36e4d45d1be70 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 13 Nov 2024 11:27:10 -0500 Subject: [PATCH] doom: ... --- doom.d/config.el | 2 +- doom.d/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doom.d/config.el b/doom.d/config.el index 62dd646..0e90c87 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -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-feather-light) ;; 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'. diff --git a/doom.d/init.el b/doom.d/init.el index d7f130a..532ff55 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -152,7 +152,7 @@ ;;nim ; python + lisp at the speed of c nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - (org +pretty) ; organize your plain life in plain text + (org +pretty +present) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;graphviz ; diagrams for confusing yourself even more