fixed #110 - removed global bindings for bury buffer

This commit is contained in:
Bozhidar Batsov 2012-03-29 14:45:41 +03:00
parent 072d856621
commit d91e23b049

View file

@ -42,11 +42,6 @@
(define-key global-map (kbd "C-+") 'text-scale-increase)
(define-key global-map (kbd "C--") 'text-scale-decrease)
;; cycle through buffers
(global-set-key (kbd "C-c r") 'bury-buffer)
;; navigate the filecache
(global-set-key (kbd "M-`") 'file-cache-minibuffer-complete)
;; Window switching. (C-x o goes to the next window)
(global-set-key (kbd "C-x O") (lambda ()
(interactive)