blob: 754e58a68051b6d4e853a35409fc00420a2d911c (
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 nm/user/latex-compiler
org-export-with-smart-quotes t)
(provide 'nemacs-hooks)
|