Skip to content

Commit

Permalink
Quelpa recipe for toggle-case, but disabled
Browse files Browse the repository at this point in the history
because it's not working yet -- presumably the file format and expected
headers (Version?)
  • Loading branch information
markhepburn committed Mar 6, 2016
1 parent ad4eb40 commit 0feb4aa
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions custom-general.el
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,16 @@ should be a list of keys that will be bound globally to
("M-g j" . buf-move-down)))

;; vi-like case toggle:
(when (require 'toggle-case nil t)
(global-set-key (kbd "C-`") 'joc-toggle-case)
(global-set-key (kbd "C-~") 'joc-toggle-case-backwards)
(global-set-key (kbd "C-M-`") 'joc-toggle-case-by-word)
(global-set-key (kbd "C-M-~") 'joc-toggle-case-by-word-backwards))
;; (use-package toggle-case
;; :disabled t
;; :ensure nil
;; :quelpa (joc-toggle-case
;; :url "https://raw.githubusercontent.com/emacsmirror/emacswiki.org/master/joc-toggle-case.el"
;; :fetcher url)
;; :bind ((("C-`" . joc-toggle-case)
;; ("C-~" . joc-toggle-case-backwards)
;; ("C-M-`" . joc-toggle-case-by-word)
;; ("C-M-~" . joc-toggle-case-by-word-backwards))))

;; make all buffer-names unique:
(when (require 'uniquify nil t)
Expand Down

0 comments on commit 0feb4aa

Please sign in to comment.