mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
some org-mode fixes
This commit is contained in:
parent
2c042240ea
commit
710fd0f169
1 changed files with 6 additions and 0 deletions
|
@ -165,6 +165,12 @@
|
|||
(setq evil-undo-system 'undo-fu)
|
||||
(evil-mode 1))
|
||||
|
||||
(with-eval-after-load 'evil-maps
|
||||
(define-key evil-motion-state-map (kbd "RET") nil))
|
||||
|
||||
(setq org-return-follows-link t)
|
||||
(setf (cdr (assoc 'file org-link-frame-setup)) 'find-file)
|
||||
|
||||
(use-package evil-collection
|
||||
:init
|
||||
(setq evil-want-keybinding nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue