mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fix emacs startup
This commit is contained in:
parent
5f60682fd1
commit
a7a32dba09
1 changed files with 3 additions and 2 deletions
|
@ -168,8 +168,9 @@
|
|||
(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)
|
||||
(with-eval-after-load 'org
|
||||
(setq org-return-follows-link t)
|
||||
(setf (cdr (assoc 'file org-link-frame-setup)) 'find-file))
|
||||
|
||||
(use-package evil-collection
|
||||
:init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue