Merge pull request #868 from tarsius/magit-next
Support version 2.1.0 of Magit
This commit is contained in:
commit
d073402257
3 changed files with 2 additions and 2 deletions
|
@ -278,6 +278,7 @@ Keybinding | Description
|
|||
<kbd>F11</kbd> | Make the window full screen.
|
||||
<kbd>F12</kbd> | Toggle the Emacs menu bar.
|
||||
<kbd>C-x g</kbd> | Open Magit's status buffer.
|
||||
<kbd>C-x M-g</kbd> | Open Magit's popup of popups.
|
||||
<kbd>M-Z</kbd> | Zap up to char.
|
||||
<kbd>C-=</kbd> | Run `expand-region` (incremental text selection).
|
||||
<kbd>C-a</kbd> | Run `prelude-move-beginning-of-line`. Read [this](http://emacsredux.com/blog/2013/05/22/smarter-navigation-to-the-beginning-of-a-line/) for details.
|
||||
|
|
|
@ -141,8 +141,6 @@
|
|||
(mapcar 'file-truename (list prelude-savefile-dir package-user-dir)))))
|
||||
|
||||
(add-to-list 'recentf-exclude 'prelude-recentf-exclude-p)
|
||||
;; ignore magit's commit message files
|
||||
(add-to-list 'recentf-exclude "COMMIT_EDITMSG\\'")
|
||||
|
||||
(recentf-mode +1)
|
||||
|
||||
|
|
|
@ -109,6 +109,7 @@
|
|||
(global-set-key (kbd "<f12>") 'menu-bar-mode)
|
||||
|
||||
(global-set-key (kbd "C-x g") 'magit-status)
|
||||
(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup)
|
||||
|
||||
(global-set-key (kbd "C-=") 'er/expand-region)
|
||||
|
||||
|
|
Loading…
Reference in a new issue