Fix emacs startup
This commit is contained in:
@ -168,8 +168,9 @@
|
|||||||
(with-eval-after-load 'evil-maps
|
(with-eval-after-load 'evil-maps
|
||||||
(define-key evil-motion-state-map (kbd "RET") nil))
|
(define-key evil-motion-state-map (kbd "RET") nil))
|
||||||
|
|
||||||
(setq org-return-follows-link t)
|
(with-eval-after-load 'org
|
||||||
(setf (cdr (assoc 'file org-link-frame-setup)) 'find-file)
|
(setq org-return-follows-link t)
|
||||||
|
(setf (cdr (assoc 'file org-link-frame-setup)) 'find-file))
|
||||||
|
|
||||||
(use-package evil-collection
|
(use-package evil-collection
|
||||||
:init
|
:init
|
||||||
|
Reference in New Issue
Block a user