Skip to content

Commit

Permalink
Replace single instance of quelpa url install with custom helper
Browse files Browse the repository at this point in the history
  • Loading branch information
markhepburn committed Dec 23, 2022
1 parent efb7e2b commit 626972f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lisp/custom-general.el
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,9 @@
;; vi-like case toggle:
(use-package toggle-case
:ensure nil
:quelpa (toggle-case
:init (pkg-help/url-install
;; Use a gist file; needed some minor formatting for package.el to be happy:
:url "https://gist.githubusercontent.com/markhepburn/13bc70c6bdcb3a1b7951/raw/aed52d1999e030db822f8c490bee4bc0c865432d/toggle-case.el"
:fetcher url)
:url "https://gist.githubusercontent.com/markhepburn/13bc70c6bdcb3a1b7951/raw/aed52d1999e030db822f8c490bee4bc0c865432d/toggle-case.el")
:bind (("C-`" . toggle-case)
("C-~" . toggle-case-backwards)
("C-M-`" . toggle-case-by-word)
Expand Down

0 comments on commit 626972f

Please sign in to comment.