| @@ -222,6 +222,11 @@ IF OK-IF-ALREADY-EXISTS is true force download." | |||||
| ensime | ensime | ||||
| editorconfig | editorconfig | ||||
| ;; 10sr repository | |||||
| recentf-show | |||||
| ;;dired-list-all-mode | |||||
| pack | |||||
| ) | ) | ||||
| "Package list just for me.") | "Package list just for me.") | ||||
| @@ -1104,7 +1109,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." | |||||
| cmd | cmd | ||||
| `("-nHe" ,@args)))))))) | `("-nHe" ,@args)))))))) | ||||
| (setq git-command-use-emacsclient t) | (setq git-command-use-emacsclient t) | ||||
| (or git-command-prompt-file | |||||
| '(or git-command-prompt-file | |||||
| (setq git-command-prompt-file | (setq git-command-prompt-file | ||||
| (git-command-find-git-ps1 | (git-command-find-git-ps1 | ||||
| "/usr/share/git-core/contrib/completion/git-prompt.sh")))) | "/usr/share/git-core/contrib/completion/git-prompt.sh")))) | ||||
| @@ -1783,10 +1788,7 @@ the list." | |||||
| ;; (add-hook 'find-file-hook | ;; (add-hook 'find-file-hook | ||||
| ;; (lambda () | ;; (lambda () | ||||
| ;; (recentf-add-file default-directory))) | ;; (recentf-add-file default-directory))) | ||||
| (and (fetch-library | |||||
| "https://raw.github.com/10sr/emacs-lisp/master/recentf-show.el" | |||||
| t) | |||||
| (autoload-eval-lazily 'recentf-show) | |||||
| (and (autoload-eval-lazily 'recentf-show) | |||||
| (define-key ctl-x-map (kbd "C-r") 'recentf-show) | (define-key ctl-x-map (kbd "C-r") 'recentf-show) | ||||
| (add-hook 'recentf-show-before-listing-hook | (add-hook 'recentf-show-before-listing-hook | ||||
| 'recentf-load-list)) | 'recentf-load-list)) | ||||
| @@ -1998,9 +2000,7 @@ the list." | |||||
| (when nil (file-readable-p file) | (when nil (file-readable-p file) | ||||
| (delete-file file))))) | (delete-file file))))) | ||||
| (and (fetch-library "https://raw.github.com/10sr/emacs-lisp/master/pack.el" | |||||
| t) | |||||
| (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack)) | |||||
| (and (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack)) | |||||
| (add-hook 'dired-mode-hook | (add-hook 'dired-mode-hook | ||||
| (lambda () | (lambda () | ||||
| (local-set-key "P" 'dired-do-pack-or-unpack)))) | (local-set-key "P" 'dired-do-pack-or-unpack)))) | ||||