Richard Kim

Results 68 comments of Richard Kim

It appears that the point of the proposed change is to allow users to set `dotspacemacs-filepath` early on to over-ride the default value, right? So this would be an alternate...

You seem to think the many ways in which environment variables can be set is a disadvantage. I've heard some say the exact opposite arguing that the flexibility is an...

use-package is now built into emacs. See for example https://irreal.org/blog/?p=11003 Thus the problem of `:spacediminish` being used before it is defined is more acute problem. In fact I had to...

It has been too long so I don't remember the details. I just looked up my current setup which calls `org-roam-db-autosync-mode` within `dotspacemacs/user-config` function.

My init code is about 7,000 thousand lines in a file which is loaded within dotspacemacs/user-config. I don't have any explicit use-config, load, or require of org-roam. Also I use...

I just tested a vanilla spacemacs with the following change to enable org layer and org-roam. Also `(org-roam-db-autosync-mode)` is called in `dotspacemacs/user-config`. This worked fine in that emacs started up...

spacemacs does not document every package. Instead it refers to the documentation for each package. For example org layer documentation simply refers to org-roam package documentation. org-roam documentation at https://www.orgroam.com/manual.html#Getting-Started...

treemacs-mode provides this feature as well not only for org-mode, but many other files as well.

Given that `compleseus` is the newest addition to `helm` and `ivy`, it is not surprising that we have code that assume that we have only two completion styles to support....

There has been many problems like this over the years due to org mode. Emacs comes with org mode, but almost always folks need to install a newer version. This...