소스 검색

emacs.el: Use cl-lib instead of cl

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

+ 1
- 3
emacs.el 파일 보기

@@ -17,9 +17,7 @@
(make-directory d))
(add-to-list 'load-path d))

(eval-when-compile
;; TODO: Use cl-lib intead
(require 'cl nil t))
(require 'cl-lib)


;; (add-hook 'after-change-major-mode-hook


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