Tianshu Wang

Results 140 comments of Tianshu Wang

@noctuid `(cons "buffers" (make-sparse-map))` works. I have another question: I want to create a major mode prefix definer, how can I do that. currently this is not working. ```emacs-lisp (general-define-key...

> This example code has some limitations/caveats. It will only work for a single keymap per use. Let me know if you use `despot-def` with multiple keymaps or a different...

Hi, I'm facing another issue that I cannot define for minor-mode after using `prefix-map`: currently: ```emacs-lisp (general-define-key :states '(normal insert motion emacs) :keymaps 'override :prefix-map 'tyrant-map :prefix "SPC" :non-normal-prefix "M-SPC")...

I forget to remove `c` when simplify bindings to show what I want. > You should create a separate definer that doesn't have `:prefix-map`. You can use the same strategy...

Highly looking forward to it!

- 星级: 4星 - 名称:Swipes - 官网 :http://swipesapp.com - 推荐理由:简约轻便的GTD 或者碎片清单,交互颜值大赞(可同步至 IOS android),第一次登录帐号需fq - 评测文章:http://sspai.com/28924

@lourenci Hi, I'm using iTerm2 on macOS, unlike the terminal that comes with the system, it requires a [script](https://gist.github.com/jamesmacfie/2061023e5365e8b6bfbbc20792ac90f8) to make the automatic switch possible.

@dandavison @ulwlu Thank you for your efforts, I've been a bit busy recently. Although the solution provided by @dandavison is sufficient, I agree that it would be great for delta...

My `bibtex-completion-pdf-open-function` is `find-file` and I use PDF tools to open it. You're right, it's caused by spaces. After removing the double spaces before `A rev.pdf`, I can open it...

I got around this by setting the function parameters to global variables.