wang1zhen

Results 13 issues of wang1zhen

see the changelog of auctex.

tex-buf is no longer provided by the auctex package.

Hi, I am a evil user and I really love your package. I wonder if it is possible not to activate the pair overlay whenever I insert a pair? As...

Hi, I use emacs in server mode, and every time I initiate emacs, the following message is shown: ``` could not find banner ~/.emacs.d/logo.png, use default instead ``` however, the...

daemon

我在Emacs中使用`general.el`绑定了`"jk"`这个key-chord到`evil-normal-state`命令上。在启用输入法时,发现`jk`会进入输入法,而非预期的切换evil到normal state效果。请问该如何实现?

reproducing with the readme.org of this repository, the result is shown in the following image: ![image](https://user-images.githubusercontent.com/31798841/154033854-b3b8e209-09f5-45b5-ae39-43815c0f057f.png) However, the contents under a headline should be indented like this by convention: ![image](https://user-images.githubusercontent.com/31798841/154033935-cdc766b9-4403-430d-8ad4-96c7170693da.png)...

在开启passwall2的情况下,网络会间歇性重连,日志中可以匹配到dnsmasq接收到sigterm导致重启服务的信息: ``` dnsmasq: exiting on receipt of SIGTERM ``` 在关闭passwall2后,这样的情况消失,不清楚具体的源头

[org-auctex](https://github.com/karthink/org-auctex) speeds up the preview of latex fragments by using auctex, is it possible to use it as the backend of org-fragtog like [math-preview](https://github.com/io12/org-fragtog/issues/34)?

question

Here is my configuration (in Doom Emacs) for org-download: ``` (after! org-download (setq org-download-method 'directory org-download-image-dir "." org-download-heading-lvl 0 org-download-timestamp "%Y-%m-%d_%H-%M-%S_") ) ``` when I paste an image into an...

I've tried to reproduce the issue with minimal configs, here is my `.emacs` file ```emacs-lisp (require 'org-download) (add-hook 'dired-mode-hook 'org-download-enable) ``` When I try to attach an image into my...