David Lewis

Results 64 comments of David Lewis

The website should be updated then. https://opentabletdriver.net/Tablets?search=wl says that ctl-4100wl is supported Also, happy to test anytime

@orgtre it appears that @louietan is on github about twice a year and the last emacs related commit was about 3 years ago. I'm not super enthusiastic about a reply...

In fact, I can't get any definer to work in any capacity. This bit of code fails with (invalid-function my-leader-def) ```elisp (use-package general :config (general-create-definer my-leader-def :prefix "C-c") (my-leader-def "a"...

I think I may have found the issue. It seems to have something to do with the fact that I am using a `default.el` instead of the normal init directory....

I did not, though I haven't looked at it in a while. I ended up just working around it by using the normal init directory for emacs

This was talked about before in another issue, but neovim did not support the required functionality. What needs to occur to get this to work? I'm happy to make issues...

without `org-indent-mode` ``` * foo content ** bar more content ``` with `org-indent-mode` ``` * foo content ** bar more content ```

I believe all indents are virtual.

`org-indent-mode` is also configurable with `org-indent-indentation-per-level` which is my case is set to 2. So the number of virtual spaces prepended should be configurable.