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

Joel Grunbaum
2021-08-14 fb9b1b9bcde0c5f81461508287c9aacb5160ae98
Update texcount version
1 files modified
2 ■■■ changed files
config.org 2 ●●● patch | view | raw | blame | history
config.org
@@ -1084,7 +1084,7 @@
  (defun get-texcount-latest()
    (if (not(file-directory-p "~/.texcount"))
        (make-directory "~/.texcount"))
    (url-copy-file "https://app.uio.no/ifi/texcount/download.php?file=texcount_3_1_1.zip" "~/.texcount/texcount.zip" 1)
    (url-copy-file "https://app.uio.no/ifi/texcount/download.php?file=texcount_3_2_0_41.zip" "~/.texcount/texcount.zip" 1)
    (shell-command "unzip -o ~/.texcount/texcount.zip -d ~/.texcount")
    (add-to-list 'exec-path "~/.texcount/texcount.pl"))