1
0
Fork 0

Use org-cycle for tab key in org-mode

This commit is contained in:
Daniele Tricoli 2021-11-26 02:12:58 +01:00
parent b94f7fac51
commit f084f0a564

View file

@ -28,7 +28,8 @@
:ensure t
:init
:config
(evil-mode 1))
(evil-mode 1)
(evil-define-key 'normal org-mode-map (kbd "<tab>") #'org-cycle))
(use-package general
:ensure t