Skip to content

Commit

Permalink
init: unset C-z
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosab committed Mar 14, 2015
1 parent 7a03db2 commit d98d9ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emacs.el.d/80-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
(global-set-key (kbd "C-x g") 'mu4e)
(global-set-key "\C-x\ \C-r" 'recentf-open-files)

(global-unset-key (kbd "C-z"))

(key-chord-mode 1)
(setq key-chord-two-keys-delay 0.03)

Expand Down

0 comments on commit d98d9ee

Please sign in to comment.