Navigation Menu

Skip to content

Commit

Permalink
mac-key-mode is not defined in the shell version of emacs that ships …
Browse files Browse the repository at this point in the history
…with OS X
  • Loading branch information
spikex committed May 28, 2009
1 parent 78910d5 commit 7cae3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textmate.el
Expand Up @@ -89,7 +89,7 @@
(define-key map (kbd "A-/") 'comment-or-uncomment-region-or-line)
(define-key map (kbd "A-t") 'textmate-goto-file)
(define-key map (kbd "A-T") 'textmate-goto-symbol))
((and (featurep 'mac-carbon) mac-key-mode)
((and (featurep 'mac-carbon) (eq window-system 'mac) mac-key-mode)
(define-key map [(alt meta return)] 'textmate-next-line)
(define-key map [(alt meta t)] 'textmate-clear-cache)
(define-key map [(alt meta \])] 'align)
Expand Down

0 comments on commit 7cae3a3

Please sign in to comment.