.emacs-my
changeset 1580 dfdbb8f1922c
parent 1579 92b878231632
child 1581 ad08a623a8c4
equal deleted inserted replaced
1579:92b878231632 1580:dfdbb8f1922c
  1620 ;; (remove-hook 'rst-mode-hook #'abbrev-mode)
  1620 ;; (remove-hook 'rst-mode-hook #'abbrev-mode)
  1621 
  1621 
  1622 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1622 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1623 (message "adoc, asciidoc")
  1623 (message "adoc, asciidoc")
  1624 
  1624 
  1625 (when (featurep '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 
  1627 
  1628 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1628 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1629 (message "TeX, LaTeX")
  1629 (message "TeX, LaTeX")
  1630 
  1630