projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
* .emacs.d/init.el: Use "Sahel WOL" for Persian text.
[~bandali/configs]
/
.local
/
bin
/
zathura-sync
1
#!/bin/sh
2
pos
=
"
$1
"
3
pdffile
=
"
$2
"
4
zathura
--synctex-forward
"
$pos
"
"
$pdffile
"
|| \
5
(
6
zathura
-x
"emacsclient --eval '(progn (switch-to-buffer (file-name-nondirectory
\"
%{input}
\"
)) (goto-line %{line}))'"
"
$pdffile
"
&
7
sleep
1
;
zathura
--synctex-forward
"
$pos
"
"
$pdffile
"
)