Skip to content

Commit

Permalink
Some changes for Teachable Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Oct 27, 2021
1 parent 7e72ba1 commit beec2b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dot/emacs.d/lisp/ethan-programming.el
Expand Up @@ -65,7 +65,10 @@
:after magit
:ensure t)
(use-package git-timemachine)
(use-package ruby-mode)
(use-package ruby-mode
:custom
(ruby-align-chained-calls t "Conform to Teachable style")
(ruby-insert-encoding-magic-comment nil "This should be fixed in 28.1"))
(use-package inf-ruby)
(use-package ruby-electric)
(use-package less-css-mode)
Expand Down

0 comments on commit beec2b6

Please sign in to comment.