nobiot

Results 410 comments of nobiot

Great theme/user experience. Thank you. Just to let you know a result from a Windows user (HiDPI display, Emacs 27.1). Resolution set to 3840 x 2160, scale 2.0 (200%). Launching...

For existing check of a font, I wonder if you could use the same way as this: https://github.com/kjhealy/emacs-starter-kit/blob/master/init.el#L44-L66 I just tested `x-list-fonts "Roboto Mono"`); it works -- if it works...

This should be optional. When title is surrounded by quotation marks (inverted commas) or double-quotation marks, retrieve the title. This allows neuron to work when the title contains a colon.

How about `with-eval-after-load 'org` or `with-eval-after-load 'org-roam`? Along the line of something like this? ``` (with-eval-after-load 'org (setq org-roam-v2-ack t) .... (org-roam-setup) (org-roam-ui-mode)) ```

@steven-lang I agree that capture templates are not easy to understand. I guess the point of this issue might be "How can we improve the documentation for `org-roam-capture-templates`?" I am...

This? https://github.com/org-roam/org-roam/wiki/V2-Binary-emacsql-sqlite.exe-for-Windows

Then, it’s better to raise this issue there. I don’t think Jethro and the project can address Doom specific issues

> There is always a wall between a new user and Emacs inbuild help system. Most of the new users even do not know the difference between a function or...

In your config, org-roam-find-file appears to be bound to a different keyword ("C-c n f" . org-roam-find-file). Does this work, instead of "C-c n /"?