asdfer
Results
2
issues of
asdfer
# Steps to reproduce 1. Use the following minimal config as `init.el` ```elisp (require 'package) (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("melpa" . "https://melpa.org/packages/"))) (package-initialize) (package-install 'rustic) (package-install 'company) (package-install 'company-fuzzy)...
# System Arch Linux # Steps to reproduce 1. Run `rustic-cargo-init` on somewhere of home repository, provide default value for (interactive "D") input # Expected results `cargo init` is ran...