Skip to content

Instantly share code, notes, and snippets.

@pmagwene
Created October 2, 2011 03:57
Show Gist options
  • Save pmagwene/1257022 to your computer and use it in GitHub Desktop.
Save pmagwene/1257022 to your computer and use it in GitHub Desktop.
emacs stuff
(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.
'(LaTeX-command "latex -synctex=1")
'(TeX-view-program-selection (quote ((output-dvi "open") (output-pdf "Skim") (output-html "open"))))
'(org-agenda-files (quote ("~/synchronized/org-notes/work.org" "~/synchronized/org-notes/home.org" "~/synchronized/org-notes/teaching.org" "~/synchronized/org-notes/research.org"))))
;(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