Skip to content

Commit

Permalink
add Cmd-Opt-; shortcut for flyspell-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel committed May 9, 2010
1 parent fdaee78 commit a60624c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aquamacs/src/site-lisp/macosx/osxkeys.el
Expand Up @@ -911,6 +911,7 @@ which key is mapped to command. The value of
(define-key map `[(,osxkeys-command-key escape)] 'keyboard-escape-quit)
(define-key map `[(,osxkeys-command-key :)] 'spellchecker-panel-or-ispell)
(define-key map `[(,osxkeys-command-key \;)] 'spellcheck-now)
(define-key map `[(meta ,osxkeys-command-key \;)] 'flyspell-buffer)

;; Zoom Zoom!
(define-key map `[(meta wheel-up)] 'zoom-font)
Expand Down

0 comments on commit a60624c

Please sign in to comment.