소스 검색

enable flyspell-mode for markdown files

pull/1/head
10sr 10 년 전
부모
커밋
812f146cc2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el 파일 보기

@@ -939,7 +939,7 @@ found, otherwise returns nil."
(setq sh-here-document-word "__EOC__")

(defun my-execute-shell-command-current-line ()
"Run current line as shell command"
"Run current line as shell command."
(interactive)
(shell-command (buffer-substring-no-properties (point-at-bol)
(point))))
@@ -1002,6 +1002,7 @@ found, otherwise returns nil."
(add-hook 'markdown-mode-hook
(lambda ()
(outline-minor-mode 1)
(flyspell-mode)
(set (make-local-variable 'comment-start) ";"))))

;; http://d.hatena.ne.jp/emergent/20070203/1170512717


불러오는 중...
취소
저장