fix(cli): duplicate log files

This commit is contained in:
Henrik Lissner 2022-09-06 21:46:29 +02:00
parent aef14f078d
commit c370cb1784
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 17 additions and 19 deletions

View file

@ -355,9 +355,6 @@ Otherwise, `en/disable-command' (in novice.el.gz) is hardcoded to write them to
;; ...then load *the* one
(require 'doom-lib)
;; ...and in batch session, load our CLI framework
(when noninteractive
(require 'doom-cli-lib))
;;