summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-29 20:32:36 +0100
committerjao <jao@gnu.org>2022-08-29 20:32:36 +0100
commitdc808512b9ec2fa10d1f134b34a8f31dbc1bdffc (patch)
treeaa529fa0f9d213b82234099e293886dfb4972783 /init.el
parent7064d9fb37614d8aeca097a829868d4024d517c1 (diff)
downloadelibs-dc808512b9ec2fa10d1f134b34a8f31dbc1bdffc.tar.gz
elibs-dc808512b9ec2fa10d1f134b34a8f31dbc1bdffc.tar.bz2
zathura improvements, and relevant orgs in doc session too
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 95a484b..1d88548 100644
--- a/init.el
+++ b/init.el
@@ -1789,7 +1789,7 @@
(progn
(when jao-xmonad-enabled
(jao-shell-exec "xdotool set_destktop 2"))
- (jao-shell-string (jao-zathura--open-cmd file page " &")))
+ (jao-shell-string (jao-pdf-zathura-open-cmd file page " &")))
(let* ((page (if page (format " && xdotool type %dg" page) ""))
(cmd (format "xdotool windowactivate %s%s" id page)))
(jao-shell-string cmd)))))