mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/taskrunner: Set popup rule for taskrunner buffer
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
;;; tools/taskrunner/config.el -*- lexical-binding: t; -*-
|
;;; tools/taskrunner/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(after! taskrunner
|
||||||
|
(set-popup-rule! taskrunner--buffer-name-regexp :quit t))
|
||||||
|
|
||||||
(use-package! helm-taskrunner
|
(use-package! helm-taskrunner
|
||||||
:when (featurep! :completion helm)
|
:when (featurep! :completion helm)
|
||||||
:defer t
|
:defer t
|
||||||
|
Reference in New Issue
Block a user