From 8fb76e3e0c8eead0255c823f41d735935980515b Mon Sep 17 00:00:00 2001 From: Zheng Qu Date: Tue, 2 Apr 2024 10:26:01 +0200 Subject: [PATCH] chore: Relax the nvm version contraints. `nvm` here is necessary for `copilot` to work. --- spacemacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs.org b/spacemacs.org index 7b5daaa..6e66246 100644 --- a/spacemacs.org +++ b/spacemacs.org @@ -186,7 +186,7 @@ Use evil keybindings for selecting items in popup menus. #+BEGIN_SRC emacs-lisp :tangle user-config.el ;; TODO: use the default version instead of hard-coding the specific version (condition-case err - (nvm-use "v19.1.0") + (nvm-use "20") (error (message "Could not initialize nvm for emacs. %s" (error-message-string err)))) #+END_SRC *** conf-mode