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:
parent
86736935b8
commit
3708ded56a
1 changed files with 0 additions and 1 deletions
1
cli.el
1
cli.el
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue