From 4a84c9bc5ee698bda6fe479bf9994cbcb890d5c4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Jul 2019 17:27:28 +0200 Subject: [PATCH] [ELPA] Update --- .../exec-path-from-shell-pkg.el | 2 - .../exec-path-from-shell-autoloads.el | 0 .../exec-path-from-shell-pkg.el | 2 + .../exec-path-from-shell.el | 4 +- .../hydra-autoloads.el | 0 .../hydra-examples.el | 0 .../hydra-ox.el | 0 .../hydra-pkg.el | 2 +- .../hydra.el | 55 +++++++++++++------ elpa/lv-20181110.1740/lv-pkg.el | 2 - .../lv-autoloads.el | 0 elpa/lv-20190716.1741/lv-pkg.el | 2 + .../lv.el | 3 +- .../page-break-lines-autoloads.el | 8 ++- .../page-break-lines-pkg.el | 2 +- .../page-break-lines.el | 14 ++++- .../dir | 0 .../use-package-autoloads.el | 0 .../use-package-bind-key.el | 0 .../use-package-core.el | 5 +- .../use-package-delight.el | 0 .../use-package-diminish.el | 0 .../use-package-ensure.el | 0 .../use-package-jump.el | 0 .../use-package-lint.el | 0 .../use-package-pkg.el | 2 +- .../use-package.el | 0 .../use-package.info | 0 28 files changed, 71 insertions(+), 32 deletions(-) delete mode 100644 elpa/exec-path-from-shell-20190106.307/exec-path-from-shell-pkg.el rename elpa/{exec-path-from-shell-20190106.307 => exec-path-from-shell-20190426.2227}/exec-path-from-shell-autoloads.el (100%) create mode 100644 elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell-pkg.el rename elpa/{exec-path-from-shell-20190106.307 => exec-path-from-shell-20190426.2227}/exec-path-from-shell.el (98%) rename elpa/{hydra-20190408.1006 => hydra-20190617.859}/hydra-autoloads.el (100%) rename elpa/{hydra-20190408.1006 => hydra-20190617.859}/hydra-examples.el (100%) rename elpa/{hydra-20190408.1006 => hydra-20190617.859}/hydra-ox.el (100%) rename elpa/{hydra-20190408.1006 => hydra-20190617.859}/hydra-pkg.el (78%) rename elpa/{hydra-20190408.1006 => hydra-20190617.859}/hydra.el (97%) delete mode 100644 elpa/lv-20181110.1740/lv-pkg.el rename elpa/{lv-20181110.1740 => lv-20190716.1741}/lv-autoloads.el (100%) create mode 100644 elpa/lv-20190716.1741/lv-pkg.el rename elpa/{lv-20181110.1740 => lv-20190716.1741}/lv.el (98%) rename elpa/{page-break-lines-20181221.2308 => page-break-lines-20190519.2238}/page-break-lines-autoloads.el (91%) rename elpa/{page-break-lines-20181221.2308 => page-break-lines-20190519.2238}/page-break-lines-pkg.el (67%) rename elpa/{page-break-lines-20181221.2308 => page-break-lines-20190519.2238}/page-break-lines.el (92%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/dir (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-autoloads.el (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-bind-key.el (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-core.el (99%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-delight.el (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-diminish.el (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-ensure.el (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-jump.el (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-lint.el (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package-pkg.el (84%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package.el (100%) rename elpa/{use-package-20190405.2047 => use-package-20190716.1829}/use-package.info (100%) diff --git a/elpa/exec-path-from-shell-20190106.307/exec-path-from-shell-pkg.el b/elpa/exec-path-from-shell-20190106.307/exec-path-from-shell-pkg.el deleted file mode 100644 index 4017a0c..0000000 --- a/elpa/exec-path-from-shell-20190106.307/exec-path-from-shell-pkg.el +++ /dev/null @@ -1,2 +0,0 @@ -;;; -*- no-byte-compile: t -*- -(define-package "exec-path-from-shell" "20190106.307" "Get environment variables such as $PATH from the shell" 'nil :commit "76cd6e3fa8a7dac937af7e40507843dfae4f9184" :keywords '("unix" "environment") :authors '(("Steve Purcell" . "steve@sanityinc.com")) :maintainer '("Steve Purcell" . "steve@sanityinc.com") :url "https://github.com/purcell/exec-path-from-shell") diff --git a/elpa/exec-path-from-shell-20190106.307/exec-path-from-shell-autoloads.el b/elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell-autoloads.el similarity index 100% rename from elpa/exec-path-from-shell-20190106.307/exec-path-from-shell-autoloads.el rename to elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell-autoloads.el diff --git a/elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell-pkg.el b/elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell-pkg.el new file mode 100644 index 0000000..dc3a54b --- /dev/null +++ b/elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell-pkg.el @@ -0,0 +1,2 @@ +;;; -*- no-byte-compile: t -*- +(define-package "exec-path-from-shell" "20190426.2227" "Get environment variables such as $PATH from the shell" 'nil :commit "3cfedb8791397ed50ee66bc0a7cbee5b9d78245c" :keywords '("unix" "environment") :authors '(("Steve Purcell" . "steve@sanityinc.com")) :maintainer '("Steve Purcell" . "steve@sanityinc.com") :url "https://github.com/purcell/exec-path-from-shell") diff --git a/elpa/exec-path-from-shell-20190106.307/exec-path-from-shell.el b/elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell.el similarity index 98% rename from elpa/exec-path-from-shell-20190106.307/exec-path-from-shell.el rename to elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell.el index 9deb4b5..712a9a2 100644 --- a/elpa/exec-path-from-shell-20190106.307/exec-path-from-shell.el +++ b/elpa/exec-path-from-shell-20190426.2227/exec-path-from-shell.el @@ -5,7 +5,7 @@ ;; Author: Steve Purcell ;; Keywords: unix, environment ;; URL: https://github.com/purcell/exec-path-from-shell -;; Package-Version: 20190106.307 +;; Package-Version: 20190426.2227 ;; Package-X-Original-Version: 0 ;; This file is not part of GNU Emacs. @@ -181,6 +181,8 @@ shell-escaped, so they may contain $ etc." Execute the shell according to `exec-path-from-shell-arguments'. The result is a list of (NAME . VALUE) pairs." + (when (file-remote-p default-directory) + (error "You cannot run exec-path-from-shell from a remote buffer (Tramp, etc.)")) (let* ((random-default (md5 (format "%s%s%s" (emacs-pid) (random) (current-time)))) (dollar-names (mapcar (lambda (n) (format "${%s-%s}" n random-default)) names)) (values (split-string (exec-path-from-shell-printf diff --git a/elpa/hydra-20190408.1006/hydra-autoloads.el b/elpa/hydra-20190617.859/hydra-autoloads.el similarity index 100% rename from elpa/hydra-20190408.1006/hydra-autoloads.el rename to elpa/hydra-20190617.859/hydra-autoloads.el diff --git a/elpa/hydra-20190408.1006/hydra-examples.el b/elpa/hydra-20190617.859/hydra-examples.el similarity index 100% rename from elpa/hydra-20190408.1006/hydra-examples.el rename to elpa/hydra-20190617.859/hydra-examples.el diff --git a/elpa/hydra-20190408.1006/hydra-ox.el b/elpa/hydra-20190617.859/hydra-ox.el similarity index 100% rename from elpa/hydra-20190408.1006/hydra-ox.el rename to elpa/hydra-20190617.859/hydra-ox.el diff --git a/elpa/hydra-20190408.1006/hydra-pkg.el b/elpa/hydra-20190617.859/hydra-pkg.el similarity index 78% rename from elpa/hydra-20190408.1006/hydra-pkg.el rename to elpa/hydra-20190617.859/hydra-pkg.el index 102bc25..054d23a 100644 --- a/elpa/hydra-20190408.1006/hydra-pkg.el +++ b/elpa/hydra-20190617.859/hydra-pkg.el @@ -1,4 +1,4 @@ -(define-package "hydra" "20190408.1006" "Make bindings that stick around." +(define-package "hydra" "20190617.859" "Make bindings that stick around." '((cl-lib "0.5") (lv "0")) :keywords diff --git a/elpa/hydra-20190408.1006/hydra.el b/elpa/hydra-20190617.859/hydra.el similarity index 97% rename from elpa/hydra-20190408.1006/hydra.el rename to elpa/hydra-20190617.859/hydra.el index 6da21a2..246d3d3 100644 --- a/elpa/hydra-20190408.1006/hydra.el +++ b/elpa/hydra-20190617.859/hydra.el @@ -5,7 +5,7 @@ ;; Author: Oleh Krehel ;; Maintainer: Oleh Krehel ;; URL: https://github.com/abo-abo/hydra -;; Version: 0.14.0 +;; Version: 0.15.0 ;; Keywords: bindings ;; Package-Requires: ((cl-lib "0.5") (lv "0")) @@ -211,15 +211,33 @@ the body or the head." (declare-function posframe-hide "posframe") (declare-function posframe-poshandler-window-center "posframe") +(defvar hydra-posframe-show-params + '(:internal-border-width 1 + :internal-border-color "red" + :poshandler posframe-poshandler-window-center) + "List of parameters passed to `posframe-show'.") + +(defvar hydra--posframe-timer nil + "Timer for hiding posframe hint.") + (defun hydra-posframe-show (str) (require 'posframe) - (posframe-show - " *hydra-posframe*" - :string str - :poshandler #'posframe-poshandler-window-center)) + (when hydra--posframe-timer + (cancel-timer hydra--posframe-timer)) + (setq hydra--posframe-timer nil) + (apply #'posframe-show + " *hydra-posframe*" + :string str + hydra-posframe-show-params)) (defun hydra-posframe-hide () - (posframe-hide " *hydra-posframe*")) + (require 'posframe) + (unless hydra--posframe-timer + (setq hydra--posframe-timer + (run-with-idle-timer + 0 nil (lambda () + (setq hydra--posframe-timer nil) + (posframe-hide " *hydra-posframe*")))))) (defvar hydra-hint-display-alist (list (list 'lv #'lv-message #'lv-delete-window) @@ -315,18 +333,19 @@ Exitable only through a blue head.") (around hydra-around-find-function-search-for-symbol-advice (symbol type library) activate) "Navigate to hydras with `find-function-search-for-symbol'." - ad-do-it - ;; The orignial function returns (cons (current-buffer) (point)) - ;; if it found the point. - (unless (cdr ad-return-value) - (with-current-buffer (find-file-noselect library) - (let ((sn (symbol-name symbol))) - (when (and (null type) - (string-match "\\`\\(hydra-[a-z-A-Z0-9]+\\)/\\(.*\\)\\'" sn) - (re-search-forward (concat "(defhydra " (match-string 1 sn)) - nil t)) - (goto-char (match-beginning 0))) - (cons (current-buffer) (point))))))) + (prog1 ad-do-it + (when (symbolp symbol) + ;; The orignial function returns (cons (current-buffer) (point)) + ;; if it found the point. + (unless (cdr ad-return-value) + (with-current-buffer (find-file-noselect library) + (let ((sn (symbol-name symbol))) + (when (and (null type) + (string-match "\\`\\(hydra-[a-z-A-Z0-9]+\\)/\\(.*\\)\\'" sn) + (re-search-forward (concat "(defhydra " (match-string 1 sn)) + nil t)) + (goto-char (match-beginning 0))) + (cons (current-buffer) (point))))))))) ;;* Universal Argument (defvar hydra-base-map diff --git a/elpa/lv-20181110.1740/lv-pkg.el b/elpa/lv-20181110.1740/lv-pkg.el deleted file mode 100644 index 04d2b3b..0000000 --- a/elpa/lv-20181110.1740/lv-pkg.el +++ /dev/null @@ -1,2 +0,0 @@ -;;; -*- no-byte-compile: t -*- -(define-package "lv" "20181110.1740" "Other echo area" 'nil :commit "480ae6313763a6af6dab85ed629aff2e2037bef0" :authors '(("Oleh Krehel")) :maintainer '("Oleh Krehel")) diff --git a/elpa/lv-20181110.1740/lv-autoloads.el b/elpa/lv-20190716.1741/lv-autoloads.el similarity index 100% rename from elpa/lv-20181110.1740/lv-autoloads.el rename to elpa/lv-20190716.1741/lv-autoloads.el diff --git a/elpa/lv-20190716.1741/lv-pkg.el b/elpa/lv-20190716.1741/lv-pkg.el new file mode 100644 index 0000000..4be1e50 --- /dev/null +++ b/elpa/lv-20190716.1741/lv-pkg.el @@ -0,0 +1,2 @@ +;;; -*- no-byte-compile: t -*- +(define-package "lv" "20190716.1741" "Other echo area" 'nil :commit "a91dd72529aadd2d3cc14e132a3e0545eb2975a6" :authors '(("Oleh Krehel")) :maintainer '("Oleh Krehel")) diff --git a/elpa/lv-20181110.1740/lv.el b/elpa/lv-20190716.1741/lv.el similarity index 98% rename from elpa/lv-20181110.1740/lv.el rename to elpa/lv-20190716.1741/lv.el index 504573c..27d957a 100644 --- a/elpa/lv-20181110.1740/lv.el +++ b/elpa/lv-20190716.1741/lv.el @@ -1,5 +1,5 @@ ;;; lv.el --- Other echo area -;; Package-Version: 20181110.1740 +;; Package-Version: 20190716.1741 ;; Copyright (C) 2015 Free Software Foundation, Inc. @@ -74,6 +74,7 @@ Only the background color is significant." (set-window-hscroll lv-wnd 0) (setq window-size-fixed t) (setq mode-line-format nil) + (setq header-line-format nil) (setq cursor-type nil) (setq display-line-numbers nil) (set-window-dedicated-p lv-wnd t) diff --git a/elpa/page-break-lines-20181221.2308/page-break-lines-autoloads.el b/elpa/page-break-lines-20190519.2238/page-break-lines-autoloads.el similarity index 91% rename from elpa/page-break-lines-20181221.2308/page-break-lines-autoloads.el rename to elpa/page-break-lines-20190519.2238/page-break-lines-autoloads.el index ee870c3..49e2553 100644 --- a/elpa/page-break-lines-20181221.2308/page-break-lines-autoloads.el +++ b/elpa/page-break-lines-20190519.2238/page-break-lines-autoloads.el @@ -20,6 +20,12 @@ Mode-line indicator for `page-break-lines-mode'.") (custom-autoload 'page-break-lines-lighter "page-break-lines" t) +(defvar page-break-lines-max-width nil "\ +If non-nil, maximum width (in characters) of page break indicator. +If nil, indicator will span the width of the frame.") + +(custom-autoload 'page-break-lines-max-width "page-break-lines" t) + (defvar page-break-lines-modes '(emacs-lisp-mode lisp-mode scheme-mode compilation-mode outline-mode help-mode) "\ Modes in which to enable `page-break-lines-mode'.") @@ -35,7 +41,7 @@ displayed as a junk character." :group (quote page-break-lines)) Toggle Page Break Lines mode. In Page Break mode, page breaks (^L characters) are displayed as a -horizontal line of `page-break-string-char' characters. +horizontal line of `page-break-lines-char' characters. \(fn &optional ARG)" t nil) diff --git a/elpa/page-break-lines-20181221.2308/page-break-lines-pkg.el b/elpa/page-break-lines-20190519.2238/page-break-lines-pkg.el similarity index 67% rename from elpa/page-break-lines-20181221.2308/page-break-lines-pkg.el rename to elpa/page-break-lines-20190519.2238/page-break-lines-pkg.el index 9eaab5d..8d3497a 100644 --- a/elpa/page-break-lines-20181221.2308/page-break-lines-pkg.el +++ b/elpa/page-break-lines-20190519.2238/page-break-lines-pkg.el @@ -1,2 +1,2 @@ ;;; -*- no-byte-compile: t -*- -(define-package "page-break-lines" "20181221.2308" "Display ^L page breaks as tidy horizontal lines" '((emacs "24.4")) :commit "87e801efb816b24e83ebf84c052001e178e180bc" :keywords '("convenience" "faces") :authors '(("Steve Purcell" . "steve@sanityinc.com")) :maintainer '("Steve Purcell" . "steve@sanityinc.com") :url "https://github.com/purcell/page-break-lines") +(define-package "page-break-lines" "20190519.2238" "Display ^L page breaks as tidy horizontal lines" '((emacs "24.4")) :commit "6f19d894bda6a981c10a58df5e23419f4d2ba353" :keywords '("convenience" "faces") :authors '(("Steve Purcell" . "steve@sanityinc.com")) :maintainer '("Steve Purcell" . "steve@sanityinc.com") :url "https://github.com/purcell/page-break-lines") diff --git a/elpa/page-break-lines-20181221.2308/page-break-lines.el b/elpa/page-break-lines-20190519.2238/page-break-lines.el similarity index 92% rename from elpa/page-break-lines-20181221.2308/page-break-lines.el rename to elpa/page-break-lines-20190519.2238/page-break-lines.el index 9a54382..c096a7e 100644 --- a/elpa/page-break-lines-20181221.2308/page-break-lines.el +++ b/elpa/page-break-lines-20190519.2238/page-break-lines.el @@ -4,7 +4,7 @@ ;; Author: Steve Purcell ;; URL: https://github.com/purcell/page-break-lines -;; Package-Version: 20181221.2308 +;; Package-Version: 20190519.2238 ;; Package-X-Original-Version: 0 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: convenience, faces @@ -76,6 +76,13 @@ :type '(choice (const :tag "No lighter" "") string) :group 'page-break-lines) +;;;###autoload +(defcustom page-break-lines-max-width nil + "If non-nil, maximum width (in characters) of page break indicator. +If nil, indicator will span the width of the frame." + :type '(choice integer (const :tag "Full width" nil)) + :group 'page-break-lines) + ;;;###autoload (defcustom page-break-lines-modes '(emacs-lisp-mode lisp-mode scheme-mode compilation-mode outline-mode help-mode) @@ -99,7 +106,7 @@ displayed as a junk character." "Toggle Page Break Lines mode. In Page Break mode, page breaks (^L characters) are displayed as a -horizontal line of `page-break-string-char' characters." +horizontal line of `page-break-lines-char' characters." :lighter page-break-lines-lighter :group 'page-break-lines (page-break-lines--update-display-tables)) @@ -134,6 +141,9 @@ its display table will be modified as necessary." 0))) (width (- (/ wwidth-pix (frame-char-width) cwidth) (if (display-graphic-p) 0 1))) + (width (if page-break-lines-max-width + (min width page-break-lines-max-width) + width)) (glyph (make-glyph-code page-break-lines-char 'page-break-lines)) (new-display-entry (vconcat (make-list width glyph)))) (unless (equal new-display-entry (elt buffer-display-table ?\^L)) diff --git a/elpa/use-package-20190405.2047/dir b/elpa/use-package-20190716.1829/dir similarity index 100% rename from elpa/use-package-20190405.2047/dir rename to elpa/use-package-20190716.1829/dir diff --git a/elpa/use-package-20190405.2047/use-package-autoloads.el b/elpa/use-package-20190716.1829/use-package-autoloads.el similarity index 100% rename from elpa/use-package-20190405.2047/use-package-autoloads.el rename to elpa/use-package-20190716.1829/use-package-autoloads.el diff --git a/elpa/use-package-20190405.2047/use-package-bind-key.el b/elpa/use-package-20190716.1829/use-package-bind-key.el similarity index 100% rename from elpa/use-package-20190405.2047/use-package-bind-key.el rename to elpa/use-package-20190716.1829/use-package-bind-key.el diff --git a/elpa/use-package-20190405.2047/use-package-core.el b/elpa/use-package-20190716.1829/use-package-core.el similarity index 99% rename from elpa/use-package-20190405.2047/use-package-core.el rename to elpa/use-package-20190716.1829/use-package-core.el index fec50fd..db5e20f 100644 --- a/elpa/use-package-20190405.2047/use-package-core.el +++ b/elpa/use-package-20190716.1829/use-package-core.el @@ -651,7 +651,8 @@ extending any keys already present." ,(when (eq use-package-verbose 'debug) `(message ,(format "Compiling package %s" name-string))) ,(unless (plist-get args :no-require) - `(load ,name-string nil t))))))))) + `(unless (featurep ',name-symbol) + (load ,name-string nil t)))))))))) ;; Certain keywords imply :defer, if :demand was not specified. (when (and (not (plist-member args :demand)) @@ -1419,7 +1420,7 @@ no keyword implies `:all'." (defun use-package-handler/:custom-face (name _keyword args rest state) "Generate use-package custom-face keyword code." (use-package-concat - (mapcar #'(lambda (def) `(custom-set-faces (quote ,def))) args) + (mapcar #'(lambda (def) `(custom-set-faces (backquote ,def))) args) (use-package-process-keywords name rest state))) ;;;; :init diff --git a/elpa/use-package-20190405.2047/use-package-delight.el b/elpa/use-package-20190716.1829/use-package-delight.el similarity index 100% rename from elpa/use-package-20190405.2047/use-package-delight.el rename to elpa/use-package-20190716.1829/use-package-delight.el diff --git a/elpa/use-package-20190405.2047/use-package-diminish.el b/elpa/use-package-20190716.1829/use-package-diminish.el similarity index 100% rename from elpa/use-package-20190405.2047/use-package-diminish.el rename to elpa/use-package-20190716.1829/use-package-diminish.el diff --git a/elpa/use-package-20190405.2047/use-package-ensure.el b/elpa/use-package-20190716.1829/use-package-ensure.el similarity index 100% rename from elpa/use-package-20190405.2047/use-package-ensure.el rename to elpa/use-package-20190716.1829/use-package-ensure.el diff --git a/elpa/use-package-20190405.2047/use-package-jump.el b/elpa/use-package-20190716.1829/use-package-jump.el similarity index 100% rename from elpa/use-package-20190405.2047/use-package-jump.el rename to elpa/use-package-20190716.1829/use-package-jump.el diff --git a/elpa/use-package-20190405.2047/use-package-lint.el b/elpa/use-package-20190716.1829/use-package-lint.el similarity index 100% rename from elpa/use-package-20190405.2047/use-package-lint.el rename to elpa/use-package-20190716.1829/use-package-lint.el diff --git a/elpa/use-package-20190405.2047/use-package-pkg.el b/elpa/use-package-20190716.1829/use-package-pkg.el similarity index 84% rename from elpa/use-package-20190405.2047/use-package-pkg.el rename to elpa/use-package-20190716.1829/use-package-pkg.el index 6c0607d..617118a 100644 --- a/elpa/use-package-20190405.2047/use-package-pkg.el +++ b/elpa/use-package-20190716.1829/use-package-pkg.el @@ -1,4 +1,4 @@ -(define-package "use-package" "20190405.2047" "A configuration macro for simplifying your .emacs" +(define-package "use-package" "20190716.1829" "A configuration macro for simplifying your .emacs" '((emacs "24.3") (bind-key "2.4")) :keywords diff --git a/elpa/use-package-20190405.2047/use-package.el b/elpa/use-package-20190716.1829/use-package.el similarity index 100% rename from elpa/use-package-20190405.2047/use-package.el rename to elpa/use-package-20190716.1829/use-package.el diff --git a/elpa/use-package-20190405.2047/use-package.info b/elpa/use-package-20190716.1829/use-package.info similarity index 100% rename from elpa/use-package-20190405.2047/use-package.info rename to elpa/use-package-20190716.1829/use-package.info