Prague2049

Results 10 comments of Prague2049

My vterm configuration is as follows: (use-package vterm :defer t;; :when (memq window-system '(mac ns x pgtk)) :bind (:map vterm-mode-map ("C-y" . vterm-yank) ("M-y" . vterm-yank-pop) ("C-k" . vterm-send-C-k-and-kill)) :init...

Thank you very much!This is very wonderful! `(define-key hyperbole-mode-map (kbd "") 'action-key)` I achieved this with the settings above. I am very looking forward to when Hyperbole 9 will be...

The very smart mouse drag function of Hyperbole left a very deep impression on me. I have a suggestion about mouse dragging and link building, see if it can be...

Thanks for the reply.Yes! When I use M+x package-list-package, the above problem occurs when I hit enter on hyperbole.

This is an example of generating a table in org-mode using python language. And the image can be displayed in org-mode: #+begin_src python :session one :exports results :results file import...

Thank you for your reply. When I have a headline like s1 in FILE1, I create an ID attribute for s1 with org-id-get-create. So I can insert this s1 in...

currently org-roam-graph could draw a graph of the link relationship between files, with a hierarchical relationship from top to bottom.is org-roam-ui possible to achieve a similar graph?Similar to a mind...

Thank you very much for your help! Evergreen notes are a very inspiring way to take notes.I've read quite a bit about it. I want to be able to actually...