Mercurial > dotfiles
comparison .elisp/settings/50.preferences.el @ 126:34b698771af9
emacs keybinding fixes
* Stop passing any keys through to the Mac layer
* M-shift-f is now textmate-find-in-project
* M-p bounces to matching paren (includes new elisp function to do that, is there a built in one?)
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 09 Jul 2009 13:32:06 -0500 |
parents | b2a07050b430 |
children | 6b57bb47de2e |
comparison
equal
deleted
inserted
replaced
125:15bcc3e0afeb | 126:34b698771af9 |
---|---|
49 (setq uniquify-separator "/") | 49 (setq uniquify-separator "/") |
50 (setq uniquify-after-kill-buffer-p t) | 50 (setq uniquify-after-kill-buffer-p t) |
51 (setq uniquify-ignore-buffers-re "^\\*") | 51 (setq uniquify-ignore-buffers-re "^\\*") |
52 (setq hg-outgoing-repository "") | 52 (setq hg-outgoing-repository "") |
53 (setq hg-incoming-repository "") | 53 (setq hg-incoming-repository "") |
54 (setq mac-pass-command-to-system nil) ; so that Cmd+H won't activate Hide Current App and Cmd+Shift+q won't logout user. |