在哪里可以找到最流行的 Emacs 设置?
虽然定制很有趣,但 Emacs 有 100 多种模式,并且有很多定制功能。我喜欢寻找受欢迎的选择,这让我的生活更轻松,我可以高效地度过时间。它可能与钩子、寄存器、缓冲区、键绑定、书签等有关。
如果这样的东西不存在,我仍然很乐意以我的方式进行定制。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
查看 Emacs Prelude。
Have a look at the Emacs Prelude.
Emacs Starter Kit 是流行默认设置的一个非常流行的汇编,最初由 Phil Hagelberg 开发。 >,然后是 Eric Schulte,最后 针对 emacs-24 进行了更新。它提到:
然后还有一些专门的扩展它:
对于最流行的“aha”设置,请参阅 Emacs NiftyTricks 页面emacs wiki 已经链接到另一个问题。
A very popular compilation of popular default settings is the Emacs Starter Kit, originally developed by Phil Hagelberg, then by Eric Schulte and finally updated for emacs-24. It mentions:
Then there are some specialized extensions of it:
For most popular "aha" settings, the Emacs NiftyTricks page from the emacs wiki has already been linked to in another question.
我不知道单个设置集合,但是 Emacs 漂亮技巧 可能是一个很好的开始在这里可以获取您可能不知道的有用的自定义和功能。
这不是严格的自定义,但这个 stackoverflow 问题列出了 Emacs 的有用功能。
I don't know a single collection of settings, but Emacs nifty tricks can be a good starting place to pick up useful customizations and features you may not know.
It's not strictly customization, but this stackoverflow question list useful features of Emacs.
我个人建议:
还有 Emacs Prelude - 一组定制,使 Emacs 学习曲线更加渐进。
我还建议您阅读掌握 Emacs - 它有许多自定义功能,可以提高您的工作效率。
I personally advise:
There is also Emacs Prelude - a set of customization to make Emacs learning curve more gradual.
I also recommend going through Mastering Emacs - it has many of customizations, that may improve your productivity.
我前段时间尝试过启动器,但我发现通过编写自己的 init.el 可以获得更好的结果,这样我实际上知道每一行代码 e 的作用。 Emacs Fu 是我所知道的最好的资源,因为它有关于许多不同模式的博客文章而不仅仅是代码: http: //emacs-fu.blogspot.com/。还有基于帖子的示例 .emacs。
I tried the starter some time ago, but I found that I got better results by writing my own init.el so that I actually know what each line of cod e does. Emacs Fu is the best resource that I know, because it has blog posts about many different modes instead of just code: http://emacs-fu.blogspot.com/. And there is also sample .emacs based on the posts.
我认为 Emacs rock 系列的维护者最终为新手提供了良好的
.emacs
设置和有用的启动工具包,帮助他们快速将手指习惯转变为 Emacs。https://github.com/magnars/.emacs.d。
better-defaults
包名副其实。I think maintainer of Emacs rocks series ended up with a good
.emacs
settings and a useful start-up-kit for newbies to help them morph their finger habits quickly into Emacs'.https://github.com/magnars/.emacs.d. The
better-defaults
package lives up to its title.