.emacs-my
changeset 1582 f7dd0f7cb900
parent 1581 ad08a623a8c4
child 1583 5811230692a3
equal deleted inserted replaced
1581:ad08a623a8c4 1582:f7dd0f7cb900
  1622 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1622 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1623 (message "adoc, asciidoc")
  1623 (message "adoc, asciidoc")
  1624 
  1624 
  1625 (when (fboundp 'adoc-mode)
  1625 (when (fboundp 'adoc-mode)
  1626   (add-to-list 'auto-mode-alist '("\\.adoc$" . adoc-mode)))
  1626   (add-to-list 'auto-mode-alist '("\\.adoc$" . adoc-mode)))
       
  1627 
       
  1628 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
  1629 (message "md, markdown")
       
  1630 
       
  1631 (when (featurep 'markdown-mode)
       
  1632   (add-hook 'markdown-mode-hook #'whitespace-mode))
  1627 
  1633 
  1628 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1634 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1629 (message "TeX, LaTeX")
  1635 (message "TeX, LaTeX")
  1630 
  1636 
  1631 (setq tex-run-command "initex")
  1637 (setq tex-run-command "initex")