mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Updating Doom Emacs.
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
(unless (executable-find "ruby")
|
||||
(warn! "Ruby isn't installed."))
|
||||
|
||||
(when (executable-find "rbenv")
|
||||
(when (and (executable-find "rbenv") (featurep! +rbenv))
|
||||
(unless (split-string (shell-command-to-string "rbenv versions --bare") "\n" t)
|
||||
(warn! "No versions of ruby are available via rbenv, did you forget to install one?")))
|
||||
|
||||
(when (and (executable-find "chruby") (featurep! +chruby))
|
||||
(unless (split-string (shell-command-to-string "chruby") "\n" t)
|
||||
(warn! "No versions of ruby are available via chruby, did you forget to install one?")))
|
||||
|
||||
Reference in New Issue
Block a user