Skip to content

Commit

Permalink
Switch back to fork of Ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Jul 7, 2018
1 parent e2d0b71 commit f463be7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions emacs/modules/radian-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
;; improvement over the default Emacs interface for candidate
;; selection.
(use-package ivy
:straight (:host github :repo "raxod502/swiper" :branch "fork/1"
:files (:defaults
(:exclude "swiper.el" "counsel.el" "ivy-hydra.el")
"doc/ivy-help.org")
:upstream (:host github :repo "abo-abo/swiper"))
:init/el-patch

(defvar ivy-mode-map
Expand Down
2 changes: 1 addition & 1 deletion emacs/versions.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
("ssh-config-mode-el" . "5429a02b8f7431c40e4a50e5d1ac2cd2d08c6511")
("straight.el" . "adce2699a6b6d56d53b33064b350687c0ba28973")
("swift-mode" . "7ea1d4e3b0430644b2e2b2e1025f442a10bfa523")
("swiper" . "0cf0e6da85a72991afe8e08a0514dad6485cbf76")
("swiper" . "9536b2f8eff962191e0ea079fa8311f34fc487c7")
("sx.el" . "46d9498e8f501697920c79437909cdddc93d5ec6")
("tern" . "ae83725819286d3f134a6b9956f1117b341e1040")
("tide" . "7c5ee3052153b6ab6e56bba569f792101725e307")
Expand Down

0 comments on commit f463be7

Please sign in to comment.