From 945cad91efed8eee022922fb1e0fd2276d62688e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 22 Aug 2012 14:55:25 +0900 Subject: [PATCH] require pasteboard.el --- emacs.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 66c0334..325d64a 100644 --- a/emacs.el +++ b/emacs.el @@ -565,6 +565,12 @@ drill-instructor.el" (require 'xclip nil t) (turn-on-xclip)) +(and (dllib-if-unfound + "https://raw.github.com/10sr/emacs-lisp/master/pasteboard.el" + t) + (require 'pasteboard nil t) + (turn-on-pasteboard)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; package @@ -1247,7 +1253,7 @@ drill-instructor.el" (define-key dired-mode-map (kbd "") 'my-dired-scroll-up) (define-key dired-mode-map (kbd "") 'my-dired-scroll-down) (let ((file "._Icon\015")) - (when (file-readable-p file) + (when nil (file-readable-p file) (delete-file file))))) (and (dllib-if-unfound "https://raw.github.com/10sr/emacs-lisp/master/pack.el"