소스 검색

remove my func

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

+ 0
- 8
emacs.el 파일 보기

@@ -673,14 +673,6 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
(c-toggle-hungry-state 1)
))

(defun my-compile-c-this-file ()
""
(interactive)
(compile (format "gcc -Wall -g -o %s %s"
(file-name-sans-extension buffer-file-name)
buffer-file-name)))
;; (when (require 'c nil t)(c-toggle-hungry-state t)

(when (dllib-if-unfound "js2-mode"
"https://github.com/mooz/js2-mode/raw/master/js2-mode.el"
t)


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