mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 04:14:49 +01:00
Fixes tab-key not working to open/close Org-mode sections in Emacs Evil mode.
Fix works on Linux and macOS.
This commit is contained in:
parent
1a0ea315ad
commit
60a2d2c986
@ -58,8 +58,8 @@
|
||||
(add-hook 'org-babel-after-execute-hook 'org-display-inline-images)
|
||||
'(indent-tabs-mode nil)
|
||||
|
||||
(require 'evil)
|
||||
(setq evil-want-C-i-jump nil)
|
||||
(require 'evil)
|
||||
(evil-mode 1)
|
||||
(global-font-lock-mode t)
|
||||
(global-superword-mode 1)
|
||||
|
Loading…
Reference in New Issue
Block a user