summaryrefslogtreecommitdiff
path: root/elchemy-hooks.el
blob: 5c25be44c251c38fccccfba07d92d14828b63e95 (plain)
1
2
3
4
5
6
7
8
9
10
;; HTML-mode
(add-hook 'html-mode-hook
	  (lambda ()
	    (set (make-local-variable 'sgml-basic-offset) 4)))

;; Org Mode
(setq org-latex-compiler elchemy/user/latex-compiler
      org-export-with-smart-quotes t)

(provide 'elchemy-hooks)