Emacs: enabled global indent guide mode

This commit is contained in:
Marcel Kapfer 2017-11-03 07:27:48 +01:00
parent 0500c62e81
commit 3bcbf17130
1 changed files with 4 additions and 0 deletions

View File

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