Skip to content

Instantly share code, notes, and snippets.

@saevarb
Created June 8, 2015 23:26
Show Gist options
  • Save saevarb/9487faac9a255ccbd5e8 to your computer and use it in GitHub Desktop.
Save saevarb/9487faac9a255ccbd5e8 to your computer and use it in GitHub Desktop.
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(TeX-view-program-list
(quote
(("zathura"
((output-pdf "zathura --fork"))
"zathura"))))
'(custom-safe-themes
(quote
("8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default)))
'(flycheck-display-errors-function (function flycheck-pos-tip-error-messages)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment