You are here |
emacsconf.org | ||
| | | |
blog.jethro.dev
|
|
| | | | ||
| | | |
michaelneuper.com
|
|
| | | | The aim of this post is to show how I use Doom Emacs and org-roam to take notes for my Computer Science degree. | |
| | | |
rgoswami.me
|
|
| | | | Background One of the main reasons to use orgmode is definitely to get a better note taking workflow. Closely related to blogging or writing, the ideal note workflow is one which lets you keep a bunch of throwaway ideas and also somehow have access to them in a coherent manner. This will be a long post, and it is a work-in-progress, so, keep that in mind. Since this is mainly me1 work-shopping my technique, the philosophy will come in a later post probably. | |
| | | |
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... |