all repos — nixfiles @ 69853d93879fe1d700dca8c8d9edc209d7b86229

System and user configuration, managed by nix and home-manager

Emacs: Fix typo in alias

Alan Pearce
commit

69853d93879fe1d700dca8c8d9edc209d7b86229

parent

dcc169f7d3d291e863dd133ef4f133f40af0481c

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -510,7 +510,7 @@ (cond
((string-equal (projectile-project-type) "node-yarn") (cmd-to-echo "yarn" (concat "remove " package))) (t (cmd-to-echo "npm" (concat "remove " package)))))) - (defalias 'npm-remote #'yarn-remove) + (defalias 'npm-remove #'yarn-remove) (defun yarn-run (cmd) (interactive (list