From beff21df42dd67123ad7e7cdd066a8dead95e21d Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 5 Apr 2019 19:23:01 -0400 Subject: [PATCH] Ruby stuff --- bash/.bash_profile | 2 +- emacs/init.org | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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