added ruby
This commit is contained in:
@@ -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
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user