added ruby

This commit is contained in:
opal
2021-12-28 19:33:00 -08:00
parent a329cee505
commit 78f939d88a
+13
View File
@@ -734,6 +734,18 @@ Sets HTML strings to have the background of the color they represent.
:hook (python-mode . lsp-deferred))
#+end_src
*** Ruby
**** Code Completion
#+begin_src emacs-lisp
(use-package robe
:straight t)
#+end_src
**** Bundler
#+begin_src emacs-lisp
(use-package bundler
:straight t)
#+end_src
*** Lisp
#+begin_src emacs-lisp
(use-package parinfer
@@ -880,3 +892,4 @@ Right now I'm pretty happy with Matrix bridging into IRC rooms so this will stay
;; erc-rename-buffers t
;; erc-track-exclude-server-buffer t))
#+end_src
: