librelist archives

« back to archive

[lightning,boson] quick editing of boson configuration and commands with emacs

[lightning,boson] quick editing of boson configuration and commands with emacs

From:
Zhando
Date:
2010-12-03 @ 19:40
With bash I've aliased "emacsclient -nw" to e, 'lightning' to lg and
'lightning-reload to 'lgr'

Then I created the bolt 'b':

 $ lg b c b '~/.boson/**/*.{rb,yml}'

Then created the function.

 $ lg f c e b eb && lgr

end result:

 $ eb b[TAB] # expands to eb boson.yml for me. ymmv.

Of course 'emacs --daemon' is now always running in the background on my
linux systems. I don't know how I managed in the past without that.