Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Feb 2, 2011
1 parent 99bb054 commit e45da8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peepopen.el
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
;;;###autoload
(defun peepopen-bind-keys ()
(cond ((featurep 'aquamacs) (peepopen-bind-aquamacs-keys))
((featurep 'mac-carbon) (peepopen-bind-carbon-keys))
((featurep 'ns) (peepopen-bind-ns-keys))))
((featurep 'mac-carbon) (peepopen-bind-carbon-keys))
((featurep 'ns) (peepopen-bind-ns-keys))))

(defun peepopen-bind-aquamacs-keys ()
;; Need `osx-key-mode-map' to override
Expand Down

0 comments on commit e45da8e

Please sign in to comment.