Open file links in org-mode in the same window
This commit is contained in:
parent
8aad8fe934
commit
3ef93bca23
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0310.164710
|
;; Version: 2020.0326.143240
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -279,6 +279,8 @@ _l_: Store link ^^ _j_: Journal entry
|
||||||
'((sequence "TODO(t)" "BLOCKED(b@)" "IN-PROGRESS(p)"
|
'((sequence "TODO(t)" "BLOCKED(b@)" "IN-PROGRESS(p)"
|
||||||
"|" "DONE(d!)" "CANCELLED(c@)")))
|
"|" "DONE(d!)" "CANCELLED(c@)")))
|
||||||
|
|
||||||
|
(setf (alist-get 'file org-link-frame-setup) 'find-file)
|
||||||
|
|
||||||
(add-to-list 'org-modules 'org-habit)
|
(add-to-list 'org-modules 'org-habit)
|
||||||
(add-to-list 'org-modules 'org-tempo)
|
(add-to-list 'org-modules 'org-tempo)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue