(setq auto-mode-alist;; 将文件模式和文件后缀关联起来。( append '(("\\.py\\'" . python-mode) ("\\.s?html?\\'" . html-helper-mode)(" \\.asp\\'" . html-helper-mode)("\\.phtml\\'" . html-helper-mode)("\\.css\\'" . css-mode) )auto-mode-alist))
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
发表评论
没有评论:
发表评论