Highlight indentation in ruby-mode

This commit is contained in:
Jeremy Dormitzer 2024-03-26 14:21:54 -04:00
parent f0d987dfe2
commit 0c44cc4b31

View File

@ -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))