소스 검색

fix xclip prefs

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

+ 1
- 0
emacs.el 파일 보기

@@ -546,6 +546,7 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
;; http://garin.jp/doc/Linux/xwindow_clipboard

(and (not x-select-enable-clipboard)
(getenv "DISPLAY")
(executable-find "xclip")
(dllib-if-unfound "xclip" "http://www.emacswiki.org/emacs/download/xclip.el" t)
(require 'xclip nil t)


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