Archive for the ‘Emacs’ Category

Emacs Ag Search Config

Friday, October 28th, 2022

Sometimes the files and directories in for instance a .gitignore file differ from what you want to have included / visible when you work with a project.... Read More

A Function Browser for Emacs

Saturday, April 9th, 2016

In my emacs init file for 2015 post I state:... Read More

Code Completion with Exuberant Ctags in Emacs

Tuesday, October 22nd, 2013

I’ve put some effort into getting code completion with TAGS files working. I couldn’t get it to work with auto-complete no matter what I tried, there were some addons that I tried but none of them worked. I also tried company-mode but could not get it to work.... Read More

Emacs as a Multi Mode Web Dev IDE is Now Possible

Friday, October 18th, 2013

Through web-mode the possibility of using Emacs as a web dev IDE with full multi mode capabilities a la Aptana Studio or PHPStorm is finally here. But it will take some tweaking to get things perfect so read on…... Read More

Hiding Clojure and Elisp docstrings in Emacs

Saturday, June 15th, 2013

Docstrings are nice but some hours ago I just realized that they were taking up too much space, limiting my overview of the code.... Read More

Autocompletion, Jump to documentation, Swank and Slime

Wednesday, November 3rd, 2010

In the prior part I stated that I would look into autocompletion and documentation lookup/jumping and that’s exactly what I’ve done and I’m happy with the results.... Read More

Emacs key bindings, Paredit and saving macros

Friday, September 24th, 2010

The other day I discovered the peepcode screencast Meet Emacs and although video is not really the ideal way for me to learn, and especially not something like Emacs, it managed to finally sell me and make me get my ass off the couch.... Read More