Emacs: Fix typo in alias
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 15:26:21 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.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