Przeglądaj źródła

require pasteboard.el

pull/1/head
10sr 11 lat temu
rodzic
commit
945cad91ef
1 zmienionych plików z 7 dodań i 1 usunięć
  1. +7
    -1
      emacs.el

+ 7
- 1
emacs.el Wyświetl plik

@@ -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 "<left>") 'my-dired-scroll-up)
(define-key dired-mode-map (kbd "<right>") '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"


Ładowanie…
Anuluj
Zapisz