From 82530719b6c7d58635b058c94164b4382c303cbf Mon Sep 17 00:00:00 2001 From: qvalentin Date: Wed, 13 Apr 2022 10:43:08 +0200 Subject: [PATCH] (doom) add taskrunner --- .doom.d/config.el | 3 +-- .doom.d/init.el | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index 4bbff90..f720b08 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -116,8 +116,7 @@ ;; Centaur Tabs config, because the defaults are pretty ok (setq x-underline-at-descent-line t) ;; dependency for tab-set-bar under (setq centaur-tabs-set-bar 'under) -;; (setq centaur-tabs-style "bar") -;; (setq centaur-tabs-set-icons t) +(setq centaur-tabs-style "slant") ;; Fix Centaur Tabs when changing the theme (after! centaur-tabs diff --git a/.doom.d/init.el b/.doom.d/init.el index df17953..7bd47df 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -100,7 +100,7 @@ ;;pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders ;;rgb ; creating color strings - ;;taskrunner ; taskrunner for all your projects + taskrunner ; taskrunner for all your projects ;;terraform ; infrastructure as code ;;tmux ; an API for interacting with tmux ;;upload ; map local to remote projects via ssh/ftp