From d1c924836d9836a83115cbadd74db211095d076e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 17 Mar 2014 21:20:39 -0700 Subject: [PATCH] Add new abbrev tables --- .emacs_abbrev_def | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/.emacs_abbrev_def b/.emacs_abbrev_def index 7de8cf8..8c07c19 100644 --- a/.emacs_abbrev_def +++ b/.emacs_abbrev_def @@ -1,6 +1,40 @@ ;;-*-coding: utf-8;-*- (define-abbrev-table 'Buffer-menu-mode-abbrev-table '()) +(define-abbrev-table 'Rd-mode-abbrev-table + '( + ("`ag" "\\arguments" nil 0) + ("`al" "\\alias" nil 0) + ("`au" "\\author" nil 0) + ("`bf" "\\bold" nil 0) + ("`co" "\\code" nil 0) + ("`de" "\\describe" nil 0) + ("`dn" "\\description" nil 0) + ("`dt" "\\details" nil 0) + ("`em" "\\emph" nil 0) + ("`en" "\\enumerate" nil 0) + ("`ex" "\\examples" nil 0) + ("`fi" "\\file" nil 0) + ("`fo" "\\format" nil 0) + ("`it" "\\item" nil 0) + ("`iz" "\\itemize" nil 0) + ("`kw" "\\keyword" nil 0) + ("`li" "\\link" nil 0) + ("`me" "\\method" nil 0) + ("`na" "\\name" nil 0) + ("`no" "\\note" nil 0) + ("`re" "\\references" nil 0) + ("`sa" "\\seealso" nil 0) + ("`se" "\\section" nil 0) + ("`so" "\\source" nil 0) + ("`ss" "\\subsection" nil 0) + ("`sy" "\\synopsis" nil 0) + ("`ta" "\\tabular" nil 0) + ("`ti" "\\title" nil 0) + ("`us" "\\usage" nil 0) + ("`va" "\\value" nil 0) + )) + (define-abbrev-table 'bibtex-mode-abbrev-table '()) (define-abbrev-table 'bookmark-bmenu-mode-abbrev-table '()) @@ -161,6 +195,13 @@ (define-abbrev-table 'shell-mode-abbrev-table '()) +(define-abbrev-table 'spamassassin-mode-abbrev-table + '( + ("bdy" "" spamassassin-body-rule-skeleton 0) + ("hdr" "" spamassassin-header-rule-skeleton 0) + ("mta" "" spamassassin-meta-rule-skeleton 0) + )) + (define-abbrev-table 'special-mode-abbrev-table '()) (define-abbrev-table 'sql-mode-abbrev-table -- 2.39.2