(doom) add taskrunner

This commit is contained in:
qvalentin 2022-04-13 10:43:08 +02:00
parent cc59038cc8
commit 82530719b6
Signed by: qvalentin
GPG Key ID: C979FA1EAFCABF1C
2 changed files with 2 additions and 3 deletions

View File

@ -116,8 +116,7 @@
;; Centaur Tabs config, because the defaults are pretty ok ;; Centaur Tabs config, because the defaults are pretty ok
(setq x-underline-at-descent-line t) ;; dependency for tab-set-bar under (setq x-underline-at-descent-line t) ;; dependency for tab-set-bar under
(setq centaur-tabs-set-bar 'under) (setq centaur-tabs-set-bar 'under)
;; (setq centaur-tabs-style "bar") (setq centaur-tabs-style "slant")
;; (setq centaur-tabs-set-icons t)
;; Fix Centaur Tabs when changing the theme ;; Fix Centaur Tabs when changing the theme
(after! centaur-tabs (after! centaur-tabs

View File

@ -100,7 +100,7 @@
;;pdf ; pdf enhancements ;;pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders ;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings ;;rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects taskrunner ; taskrunner for all your projects
;;terraform ; infrastructure as code ;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux ;;tmux ; an API for interacting with tmux
;;upload ; map local to remote projects via ssh/ftp ;;upload ; map local to remote projects via ssh/ftp