
install emacs dependence
sudo apt-get build-dep emacs24
1.emacs 关闭自动创建链接文件,.#filename
这个是为了解决多人同时编辑冲突问题
http://stackoverflow.com/questions/5738170/why-does-emacs-create-temporary-symbolic-links-for-modified-files
(setq create-lockfiles nil)
2.emacs 在terminal内打开
emacs --no-window-system
set emacs mouse scroll smoothly
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control) . nil)))
(setq mouse-wheel-progressive-speed nil)




近期评论