Some local changes

This commit is contained in:
John Doty 2013-07-08 15:49:44 -07:00
parent 85d3c38b00
commit 2a4c6969ce
3 changed files with 605 additions and 129 deletions

View file

@ -163,8 +163,6 @@
;; =================================================================
;; FUN WITH KEY BINDINGS! YAAAAYYY!!!
;; =================================================================
;; (Note: I secretly think the use of read-kbd-macro below is dorky.
;; This from the man commenting his .emacs file.)
(global-set-key (read-kbd-macro "M-g") 'goto-line)
(global-set-key (read-kbd-macro "C-q") 'copy-region-as-kill)
(global-set-key (read-kbd-macro "C-w") 'kill-region)