You are here |
srijan.ch | ||
| | | |
lewisdale.dev
|
|
| | | | Getting the project deployed via Gitea actions | |
| | | |
arnesonium.com
|
|
| | | | I use Orgzly Revived on my phone to capture to-do items, tasks, writing ideas, and projects. Its files are then synced with an ownCloud server. Those same files are also constantly open in Emacs on my computer, which means there can be some gnarly issues with things getting out of sync. It took me a while to figure out a good way to manage this, and in this brief blog post, I would like to share my solution. | |
| | | |
vadosware.io
|
|
| | | | Professional (software) yak shaving, writ large. No part of the software stack is left unshaven. | |
| | | |
lambdaland.org
|
|
| | Are you tired of having a particular buffer pop open in the wrong direction? Do you wish, for example, that the Racket REPL buffer showed up on the right in a vertical split, rather than below in a horizontal one? Look no further. I give you, display-buffer-alist: (add-to-list 'display-buffer-alist '("\\*Racket REPL \\*" (display-buffer-in-direction) (direction . right))) That little snippet will make sure when you hit C-c C-k inside of a racket-mode buffer, a REPL will pop up on the right-side instead o... |