Posts Tagged ‘completion’

Yesterday I posted a command that executes emacs commands by giving an abbreviation. Today I’ve built a complete global minor mode around it. Here’s the file’s description: This file includes the command `exec-abbrev-cmd’ which lets you execute a command by giving it in an abbreviated form, where the abbreviation takes the first character of each [...]

Today I looked at my ~/.emacs file and I saw that I defined a lot of aliases for commands I frequently use. Most of the time the aliases are words that are built by taking each first char of a word in the command, e.g. nsn for newsticker-show-news, eb for emms-browser or omm for outline-minor-mode. [...]