Home

Papa's got a brand new bag

History

29th August 2008

10:29am: Emacs + the anti-mac interface, reinvented.
That's what Ubiquity is. And I'm really liking this stuff. The possibility of downloading remote scripts -- with the usual proper warnings to avoid something bad happening -- is what I liked more.

Already have a nifty command embedded:

CmdUtils.CreateCommand({
  name: "kill-buffer",
  preview: "Kills the current buffer",
  execute: function() {
    window.close();
  }
})


Also, bound its hotkey to "Meta-X" (Alt-X for the peecee weenies), so I feel like working with emacs right away.
Powered by LiveJournal.com

Advertisement