all repos — nixfiles @ 69853d93879fe1d700dca8c8d9edc209d7b86229

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

Emacs: Fix typo in alias
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 15:26:21 +0100
commit

69853d93879fe1d700dca8c8d9edc209d7b86229

parent

dcc169f7d3d291e863dd133ef4f133f40af0481c

1 files changed, 1 insertions(+), 1 deletions(-)

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