如:
再按一次Win 键就可以解锁。我同时加了下面的配置:
(when (eq system-type 'windows-nt)
(setq w32-pass-lwindow-to-system nil)
(setq w32-lwindow-modifier 'super)
(setq w32-pass-rwindow-to-system nil)
(setq w32-rwindow-modifier 'super)
)
我目前也是这样,不知道有没有更好的解决办法。。 不想每次都要去按一下。
用 linux, 哈哈
我记得以前可以通过注册表 禁用 Windows+L, 你可以试试
在公司,没办法,公司用的windows 不能改系统,不然早切换了,而且windows上emacs 卡的厉害。
卡是因为字体,中英文分开设置一下就好了。
显示不卡,就是第一次打开文件慢,打开相关模块加载mode真的很慢,在linux 都感觉不到,除了Magit ,在windows上真的跟蜗牛一样
打开慢这个问题没有很好的办法,Windows 就是慢的。
我是在early-init.el 中加入了(setq org-modules-loaded t)
,这样在启动org时就不会加载一些不用的org 模块。
第一次加载org和lsp会卡一点,其他倒是一切正常。
不用js2这种重包也是一点
(setq org-modules nil)
是不是更合理?
这个我也尝试过,也是禁用了所有的其他 org-modules
,也是可以的。