about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
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)))