Failed keg init
zonuexe opened this issue · 2 comments
zonuexe commented
When I run keg init
on my project (php-mode) I get the following output:
% cd ~/repo/emacs/php-mode
% keg init
Missing Keg file in current directory
Keg file is required to exec `init' command
Exec `keg init' to create Keg file
My environment is follows:
% sw_vers
ProductName: Mac OS X
ProductVersion: 10.15.5
BuildVersion: 19F101
% emacs --version
GNU Emacs 26.3
Copyright (C) 2019 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
conao3 commented
I configure init
subcommand as a global command.
Thanks for your report!