Skip to content
Snippets Groups Projects
Commit 21f8f1ac authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remplace l'utilisation par défaut de evince par okular pour orgmode

parent eaa0576d
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,4 @@ auto-save-list
/Configuration.el
/Configuration.pdf
/Configuration.tex
/Configuration.html
......@@ -124,7 +124,7 @@ Org bullets makes things look pretty
(setq org-file-apps
(append '(
("\\.pdf\\'" . "evince %s")
("\\.pdf\\'" . "okular --unique %u")
("\\.x?html?\\'" . "/usr/bin/firefox %s")
) org-file-apps ))
......@@ -608,10 +608,6 @@ Configuration LaTeX basique.
:ensure auctex
:init
(add-hook 'LaTeX-mode-hook 'turn-on-reftex))
(defun tex-view ()
(interactive)
(tex-send-command "evince" (tex-append tex-print-file ".pdf")))
#+END_SRC
** Gestion de projets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment