소스 검색

add verilog setting

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

+ 4
- 0
.emacs.el 파일 보기

@@ -602,6 +602,10 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; mode関連

(add-hook 'verilog-mode-hook
(lambda ()
(define-key verilog-mode-map ";" 'self-insert-command)))

(setq diff-switches "-u")
(add-hook 'diff-mode-hook
(lambda ()


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