mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2020-10-09 df17440f9338d31ad837cbc98b584441bf469ada
checks for texcount installed in system
1 files modified
2 ■■■ changed files
config.org 2 ●●● patch | view | raw | blame | history
config.org
@@ -1027,7 +1027,7 @@
    (shell-command "unzip -o ~/.texcount/texcount.zip -d ~/.texcount")
    (add-to-list 'exec-path "~/.texcount/texcount.pl"))
  (if (not(file-exists-p "~/.texcount/texcount.pl"))
  (if (not(or (file-exists-p "~/.texcount/texcount.pl") (file-exists-p "/usr/bin/texcount")))
      (get-texcount-latest))
  (defun texcount ()