summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-12-21 15:26:21 +0100
committerAlan Pearce2017-12-21 15:26:21 +0100
commit69853d93879fe1d700dca8c8d9edc209d7b86229 (patch)
tree4f0942460c4121695865e79442b4f2212df327b0
parentdcc169f7d3d291e863dd133ef4f133f40af0481c (diff)
downloaddotfiles-69853d93879fe1d700dca8c8d9edc209d7b86229.tar.lz
dotfiles-69853d93879fe1d700dca8c8d9edc209d7b86229.tar.zst
dotfiles-69853d93879fe1d700dca8c8d9edc209d7b86229.zip
Emacs: Fix typo in alias
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index cbd2d3e..a9f48c5 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -510,7 +510,7 @@
                  ((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