config/doom: fix dragon
This commit is contained in:
parent
cf22927adf
commit
e1a9ec48ca
|
@ -83,11 +83,12 @@ Version 2019-11-04 2021-02-16"
|
||||||
`("dragon" nil
|
`("dragon" nil
|
||||||
"dragon-drop" "-a" "-x"
|
"dragon-drop" "-a" "-x"
|
||||||
,@(dired-get-marked-files)
|
,@(dired-get-marked-files)
|
||||||
,(unless (dired-get-marked-files)
|
,@(unless (dired-get-marked-files)
|
||||||
(or (buffer-file-name)
|
(list (or (buffer-file-name)
|
||||||
(image-dired-original-file-name)
|
(image-dired-original-file-name)
|
||||||
default-directory)
|
default-directory))
|
||||||
)))
|
))
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(defun xf/org-journal-current ()
|
(defun xf/org-journal-current ()
|
||||||
|
|
Loading…
Reference in New Issue