Skip to content

Commit

Permalink
evilified: rebind : to |
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Sep 30, 2015
1 parent 0d705f7 commit f62eb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-evilified-state.el
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ Each pair KEYn FUNCTIONn is defined in MAP after the evilification of it."
(cond
;; space
((equal event 32) nil)
((equal event ?:) nil)
;; C-g (cannot remap C-g)
((equal event ?\a) nil)
((equal event ?/) ?\\)
((equal event ?:) ?|)
((and (<= ?a event) (<= event ?z)) (- event 32))
;; don't shadow C-g, G is mapped directly to C-S-g
((equal event ?G) (+ (expt 2 25) ?\a))
Expand Down

0 comments on commit f62eb37

Please sign in to comment.