[-] paretoOptimalDev@alien.top 1 points 10 months ago

Mini orca 3b maybe?

[-] paretoOptimalDev@alien.top 1 points 10 months ago

If you want saving/restoring, I can only recommend persp-mode. I need to try burly again though since its conceptually simpler and would be ideal.

[-] paretoOptimalDev@alien.top 1 points 10 months ago

I'm an office worker who is way more productive in Office365 than emacs. And for that purpose OneNote poops all over org.

That said, for home-life orgaisation and project tracking, org works pretty well for me.

I'd be super interested to hear why you're more productive in onenote given you presumably have experience with both org and one note.

[-] paretoOptimalDev@alien.top 1 points 10 months ago

Hyprland works perfectly on my laptop, but on my PC the mouse cursor doesn't show up :/

[-] paretoOptimalDev@alien.top 1 points 11 months ago

I dislike latency gaming on 60hz monitors, so im at least somewhat sensitive to latency.

I find tramp usable locally and on very fast connections.

[-] paretoOptimalDev@alien.top 1 points 11 months ago

Can you link to info about enhanced touchscreen support?

3

Code is:

(progn 
  (with-temp-buffer
(insert
 (with-current-buffer (url-retrieve-synchronously "https://raw.githubusercontent.com/alphapapa/org-ql/bd2dd12a417df5403954576756d9c24273d94379/tests/data.org")
   (goto-char url-http-end-of-headers)
   (buffer-substring (point) (point-max))))
;; remove sunrise stuff throwing error
(goto-char (point-min))
(while (re-search-forward "^%%(org-super-agenda--test-diary-sunrise)\\|^%%(org-super-agenda--test-diary-sunset)" nil t)
(replace-match "" nil nil))
(write-file "/tmp/tmp.org"))
  (let ((org-agenda-files '("/tmp/tmp.org"))
(org-agenda-finalize-hook nil))
(org-agenda-list nil "2017-07-05"))
  (delete-other-windows))

Thanks to /u/alphapapa for good data for this purpose.

I've attached what mine looks like, but basically just default modus dark theme.

Why? If you live in your org-agenda, you probably care about how it looks to some extent.

Maybe we can share cool parts that improve our living spaces :)

[-] paretoOptimalDev@alien.top 1 points 11 months ago

With worktrees, I can have multiple REPLs running, each connected to a separate worktree.

I've been wanting this workflow of never having to wait as well.

Deep seamless integration of work trees with project.el, history, etc would be valuable.

[-] paretoOptimalDev@alien.top 1 points 11 months ago

I think git checkout is enough unless you work in a repo where git checkout causes huge recompilation.

I'd wager this is a very common case.

paretoOptimalDev

joined 11 months ago