|
You are here |
box.matto.nl | ||
| | | | |
vxlabs.com
|
|
| | | | | Recently, as I replaced more of my Emacs-helm configuration with counsel and ivy, I noticed that ivy-switch-buffer, when augmented by ivy-rich, was not showing the directories of the buffers it was listing. After some Lisp spelunking, I discovered that it was because ivy-rich relies on the presence of either the projectile package, something I do not wish to have in my Emacs configuration, or on project.el, which I also do not use. In this post, I show how you can get full buffer filenames and project na... | |
| | | | |
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... | |
| | | | |
vadosware.io
|
|
| | | | | Professional (software) yak shaving, writ large. No part of the software stack is left unshaven. | |
| | | | |
blog.martinig.ch
|
|
| | | Methods & Tools - the free e-magazine for software developers, testers and project managers - has just published its Fall 2015 issue that discusses Ethnographic Approach to Software, Emotional Testing, Lean UX in public sector and Enterprise-Scale BDD. Article in the Fall 2015 issue of Methods & Tools: * An Ethnographic Approach to Software * | ||