Posts Tagged ‘Emacs’

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

My emacs init file for 2015

Wednesday, February 18th, 2015

I’m going to make it a tradition to post my emacs init file every year and compare it to the year before, although I won’t post the file I used in 2013 and 2014 I can simply state that the biggest change is that I’ve thrown out ECB. ... 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

Emacs 24 and Clojure

Wednesday, April 24th, 2013
emacsfolder.png

So there’s been a while since I last dabbled in Clojure and a lot has happened.... Read More

ECB method browsing for PicoLisp

Sunday, June 5th, 2011
ecb-method-browser.jpg

I just got method browsing in ECB working by way of Semantic.... 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 Color Themes, CTags, CEDET, ECB and other Customizations

Wednesday, September 29th, 2010
emacs_gray30_clojure.png

I’ve now found a color theme I like by way of the color theme browser. ... Read More