From ab20a2a00b03f090099a8a5978bf6492e9242813 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 20 Oct 2022 21:11:10 +0000 Subject: modules/emacs: fix Ruby alignment --- modules/workstation/emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/workstation/emacs/init.el') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index 5c1fbc4c308a..952b8a887fb9 100644 --- a/modules/workstation/emacs/init.el +++ b/modules/workstation/emacs/init.el @@ -223,6 +223,9 @@ point." ;;; Revert buffers ;;; (global-set-key (kbd "C-c r") #'revert-buffer) +;;; Ruby ;;; +(setq ruby-align-to-stmt-keywords t) + ;;; Rust ;;; ;; Indent with spaces in Rust code. (add-hook 'rust-mode-hook (lambda () (setq indent-tabs-mode nil))) -- cgit 1.4.1