My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

A collection of my goodies/customizations for emacs. I think it's adoc-mode.el, mks-mode.el and doxym-mode.el which are currently interesting for other people. The others are too much tailored to my personal needs.

  • major modes
    • adoc-mode.el: AsciiDoc, a lightweight markup language
    • bbcode-mode.el: bbcode (bulletin board code), a lightweight markup language
    • doxym-mode.el: Doxygen (mis)used as a markup language to write documents
    • sed-mode.el: sed (stream editor) scripts
    • mks-mode.el: front end for mks source, a version control system
    • yas-mode.el: Yasmala files. Yasmala (yet another syntax meta language) is my syntax meta language project.
    • vssconf-mode.el: VSS (Microsoft visual source safe) configuration files
    • dsp-mode.el: Microsoft Visual Studio 6.0 project files
    • rl-mode.el: readline configuration file
  • extensions/adaptations to existing major/modes
    • kmacro-ext.el: extension to kmacro
    • gud-ext.el: extension to gud
    • simple-ext.el: extension to simple, subr, Emacs's c source code
    • misc-ext.el: unsorted extensions to various standard features
    • hi-lock-ext.el: exensions for hi-lock
    • meta-syntax-faces.el: faces which can then be used in custom.el for meta syntax major modes. Like an extension to the standard font-lock faces tailored for meta syntax modes.
    • markup-faces.el: As meta-syntax-faces, but for markup major modes.
    • find-file-ext.el: On a directory basis, you can define a mapping between a file and an alias, allowing to quickly open files within the same directory.
    • filealias.el: Similar to find-file-ext.el, but globally.
    • project.el:
    • tempos...: Extensions to tempo and templates using tempo
  • customizations, key bindings etc
    • _emacs.el
    • custom.el
    • mybindings.el
    • mode-hooks.el
    • aliases.el
Powered by Google Project Hosting