Highlight indentation in ruby-mode
This commit is contained in:
parent
f0d987dfe2
commit
0c44cc4b31
@ -1,6 +1,7 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
(use-package ruby-mode
|
||||
:straight (:type built-in))
|
||||
:straight (:type built-in)
|
||||
:hook (ruby-mode . highlight-indent-guides-mode))
|
||||
|
||||
(use-package rbenv
|
||||
:hook (after-init . global-rbenv-mode))
|
||||
|
Loading…
Reference in New Issue
Block a user