Skip to content

Commit

Permalink
chore: Remove nvm configuration because it is not used any more
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Apr 1, 2024
1 parent 070664b commit dfe22a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@ Use evil keybindings for selecting items in popup menus.
(org-babel-do-load-languages 'org-babel-load-languages '((plantuml . t)))
)
#+END_SRC
*** nvm
#+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")
(error (message "Could not initialize nvm for emacs. %s" (error-message-string err))))
#+END_SRC
*** conf-mode
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(add-to-list 'auto-mode-alist '("\\.eds\\'" . conf-mode))
Expand Down

0 comments on commit dfe22a6

Please sign in to comment.