Emacs: enabled global indent guide mode
This commit is contained in:
parent
0500c62e81
commit
3bcbf17130
1 changed files with 4 additions and 0 deletions
|
@ -355,3 +355,7 @@
|
||||||
(global-set-key (kbd "C-S-o") 'counsel-rhythmbox)
|
(global-set-key (kbd "C-S-o") 'counsel-rhythmbox)
|
||||||
|
|
||||||
(global-set-key (kbd "C-c C-r") 'ivy-resume)
|
(global-set-key (kbd "C-c C-r") 'ivy-resume)
|
||||||
|
|
||||||
|
;; global indent mode
|
||||||
|
|
||||||
|
(indent-guide-global-mode)
|
||||||
|
|
Loading…
Reference in a new issue