diff --git a/emacs/emacs.el b/emacs/emacs.el index 5842947..d67e5ba 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -355,3 +355,7 @@ (global-set-key (kbd "C-S-o") 'counsel-rhythmbox) (global-set-key (kbd "C-c C-r") 'ivy-resume) + +;; global indent mode + +(indent-guide-global-mode)