the configure file for emacs
Change the path in (load-file "D:/emacsconfig/.emacs") to the path of your system, such as (load-file "c:/Documents and Settings/Administrator/emacsconfig/.emacs")
move the runemacsclienttw.exe to the d:/ and set the editor of git Or modify the variable magit-emacsclient-executable
My default Cygwin path is D:/cygwin. If it different with yours, please replace the path to yours in lisp/setup-cygwin.el
| | | <15> | |-------------+------------------------+-----------------| | Key | Command | Description | |-------------+------------------------+-----------------| | Shift-Space | set-mark-command | Set the mark where point is, or jump to the mark | | F1 | eshell | Enter eshell | |-------------+------------------------+-----------------| | F12 | cua-selection-mode | Enable cua mode | | C-return | cua-set-rectangle-mark | Set mark and start in CUA rectangle mode |