Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我创建的 DSL 在 emacs 中编写主要模式。我继承了基本模式,它的标签很远(我认为有 6 个制表位)。
我希望能够定义:
(setq mydsl-tab-width 4)
并完成这项工作。
不太明白这个问题...
在您的主要模式下,我想您正在进行一些设置。也许其中之一可能是:
(setq tab-width mydsl-tab-width) ;# use the tab width specified by your variable
您能否详细说明mydsl-tab-width目前是如何使用的?Emacs 肯定不知道它 -tab-width是要使用/设置的变量。
mydsl-tab-width
tab-width