General minor refactor & docstring fixes
This commit is contained in:
parent
67dab98859
commit
bb88411cc9
9 changed files with 27 additions and 28 deletions
|
@ -306,7 +306,7 @@ between the two."
|
|||
(defun +org|setup-hacks ()
|
||||
"Getting org to behave."
|
||||
;; Don't open separate windows
|
||||
(map-put org-link-frame-setup 'file 'find-file)
|
||||
(map-put org-link-frame-setup 'file #'find-file)
|
||||
|
||||
;; Let OS decide what to do with files when opened
|
||||
(setq org-file-apps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue