| ferhr ( @ 2008-08-29 10:29:00 |
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:
Also, bound its hotkey to "Meta-X" (Alt-X for the peecee weenies), so I feel like working with emacs right away.
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.