mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
C-? is used by undo tree, so map set transparency keybinding to C-| instead
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user