Browse Source

Fixed the issue with swiper

master
Raphael Roberts 5 years ago
parent
commit
4f18ead28d
  1. 2
      elpa/swiper-0.13.0/swiper-pkg.el
  2. 1
      elpa/swiper-0.13.1.signed
  3. 14
      elpa/swiper-0.13.1/.dir-locals.el
  4. 5518
      elpa/swiper-0.13.1/ChangeLog
  5. 4
      elpa/swiper-0.13.1/swiper-autoloads.el
  6. 2
      elpa/swiper-0.13.1/swiper-pkg.el
  7. 6
      elpa/swiper-0.13.1/swiper.el

2
elpa/swiper-0.13.0/swiper-pkg.el

@ -1,2 +0,0 @@
;;; Generated package description from /data/data/com.termux/files/home/.emacs.d/elpa/swiper-0.13.0/swiper.el -*- no-byte-compile: t -*-
(define-package "swiper" "0.13.0" "Isearch with an overview. Oh, man!" '((emacs "24.5") (ivy "0.13.0")) :commit "cd634c6f51458f81898ecf2821ac3169cb65a1eb" :keywords '("matching") :authors '(("Oleh Krehel" . "ohwoeowho@gmail.com")) :maintainer '("Oleh Krehel" . "ohwoeowho@gmail.com") :url "https://github.com/abo-abo/swiper")

1
elpa/swiper-0.13.1.signed

@ -0,0 +1 @@
Good signature from 066DAFCB81E42C40 GNU ELPA Signing Agent (2019) <elpasign@elpa.gnu.org> (trust undefined) created at 2020-12-03T04:05:02-0600 using RSA

14
elpa/swiper-0.13.1/.dir-locals.el

@ -0,0 +1,14 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")
(bug-reference-url-format . "https://github.com/abo-abo/swiper/issues/%s")
(copyright-names-regexp . "Free Software Foundation, Inc\\.")
(sentence-end-double-space . t))
(emacs-lisp-mode
(indent-tabs-mode . nil)
(outline-regexp . ";;[;*]+[\s\t]+")
;; extra config here: https://github.com/abo-abo/oremacs/blob/github/modes/ora-elisp-style-guide.el
;; (lisp-indent-function . common-lisp-indent-function)
))

5518
elpa/swiper-0.13.1/ChangeLog
File diff suppressed because it is too large
View File

elpa/swiper-0.13.0/swiper-autoloads.el → elpa/swiper-0.13.1/swiper-autoloads.el

2
elpa/swiper-0.13.1/swiper-pkg.el

@ -0,0 +1,2 @@
;; Generated package description from swiper.el -*- no-byte-compile: t -*-
(define-package "swiper" "0.13.1" "Isearch with an overview. Oh, man!" '((emacs "24.5") (ivy "0.13.1")) :keywords '("matching") :authors '(("Oleh Krehel" . "ohwoeowho@gmail.com")) :maintainer '("Oleh Krehel" . "ohwoeowho@gmail.com") :url "https://github.com/abo-abo/swiper")

elpa/swiper-0.13.0/swiper.el → elpa/swiper-0.13.1/swiper.el

Loading…
Cancel
Save