Remove unnecessary require

This was importing cli/packages.el, which I don't need. I do need
doom-packages.el, but doom-cli.el (in noninteractive mode) already pulls
that in.
This commit is contained in:
Marien Zwart 2024-03-25 22:48:17 +11:00
parent 86736935b8
commit 3708ded56a
No known key found for this signature in database

1
cli.el
View file

@ -1,7 +1,6 @@
;;; cli.el -*- lexical-binding: t; -*-
(require 'json)
(doom-require 'doom-cli 'packages)
(defcli! dump-for-nix-build
((output-directory ("-o" dir) "Directory to dump into.")