From 9b30cdb012cd0557f66cbcf3829fea081e5b5530 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 12 Nov 2011 11:56:00 +0000 Subject: [PATCH] `C-?` is used by undo tree, so map set transparency keybinding to `C-|` instead --- keybindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybindings.el b/keybindings.el index 6d5dd22..7253882 100644 --- a/keybindings.el +++ b/keybindings.el @@ -51,7 +51,7 @@ (global-set-key (kbd "s-") '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)