|
You are here |
ag91.github.io | ||
| | | | |
bnbeckwith.com
|
|
| | | | | [AI summary] A guide on using Emacs's built-in documentation to find existing functionality for opening files in separate windows rather than creating custom wrappers. | |
| | | | |
takeonrules.com
|
|
| | | | | In this post I'll share my workflow and the Emacs functions I use to facilitate my workflow. One highlight is better understanding how to use org-capture\'s (file+function "filename" function-finding-location) target element. Context One of my administrative tasks for my role at Software Services by Scientist.com is time tracking. (Sidenote: It's been over a decade since I last tracked my working hours.) In my role I'm both coding and helping get team members unstuck on their tasks. This means on a given day, I jump between 5 to 7 projects. (Sidenote: I find it invigorating helping get folks unstuck; either listening to their approach or digging in and pulling out a myriad of debugging and triage heuristics I've developed.) To help me with keeping track of a... | |
| | | | |
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... | |
| | | | |
arne.me
|
|
| | | |||