Profile picture of Colin Yates

Colin Yates

Random thoughts from a random guy

`© Colin Yates $2025`
Home References Tags Source RSS My CV

[spacemacs] posts

Restricting helm and ag to certain files

ag is great and searches through your code base in the blink of an eye. Coupled with helm it makes for a great experience finding things. If run in a git project then it helpfully ignores those in your .gitignore file. However, in most projects I have f ...
2016-11-10
#ag #dev #emacs #helm #spacemacs #tip

Keeping project buffers tidy with projectile

Projectile is an excellent library for managing 'projects' (where a project is typically a git repository). Today I found a new tip - projectile-kill-buffers which effectively removes the project from your current emacs session: projectile-kill-buffers is an interactive autoloaded compiled Lisp fu ...
2016-09-28
#dev #emacs #projectile #spacemacs