C-? is used by undo tree, so map set transparency keybinding to C-| instead

This commit is contained in:
2011-11-12 11:56:00 +00:00
parent 5391d482bc
commit 9b30cdb012

View File

@@ -51,7 +51,7 @@
(global-set-key (kbd "s-<return>") 'ns-toggle-fullscreen)
;; Set/increase/decrease transparency (via helpers.el)
(global-set-key (kbd "C-?") 'transparency-set-value)
(global-set-key (kbd "C-|") 'transparency-set-value)
(global-set-key (kbd "C-<") 'transparency-increase)
(global-set-key (kbd "C->") 'transparency-decrease)