diff --git a/bash/.bash_profile b/bash/.bash_profile index 8fc4369..617e23e 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -14,4 +14,4 @@ then fi export LEDGER_FILE="~/journal.ledger" -PATH="$PATH":"~/.local/bin":"~/bin/":"~/.gem/ruby/2.5.0/bin":"~/go/bin" +PATH="$PATH":"~/.local/bin":"~/bin/":"~/.gem/ruby/2.6.0/bin":"~/.gem/ruby/2.5.0/bin":"~/go/bin" diff --git a/emacs/init.org b/emacs/init.org index 66644c0..3190c93 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1236,6 +1236,10 @@ Use LSP if [[https://github.com/mads-hartmann/bash-language-server][bash-languag (add-hook 'sh-mode-hook #'lsp)) #+END_SRC +* Ruby +#+BEGIN_SRC emacs-lisp + (add-hook 'ruby-mode-hook #'lsp) +#+END_SRC * CSVs #+BEGIN_SRC emacs-lisp (use-package csv-mode