环境:
Windows 7 Home Basic
Cygwin (不是必要条件,个人喜好,从该镜像安装:China: mirrors.neusoft.edu.cn(ftp))
MinGW (使用CodeBlocks捆绑的,设置到Path)
使用的插件:
- color-theme.el
- yasnippet
- auto-complete-1.3.1
- smart-compile.el
- tabbar.el
配置文件: https://files.cnblogs.com/wucg/emacs_home..zip
auto-complete 可能需要重装install.
- M-x 3 (水平分割窗口)
- 编写HelloWorld.cpp
- M-x smart-compile
- M-! HelloWorld.exe ( 或 M-x shell 新建一个窗口shell,在里面运行生成的程序. )
如图: