emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] text-mode-abbrev-table default?


From: Carsten Dominik
Subject: Re: [Orgmode] text-mode-abbrev-table default?
Date: Wed, 28 Oct 2009 10:19:06 +0100


On Oct 27, 2009, at 10:45 PM, Andreas Roehler wrote:


Hi,

with abbrev-mode, org-mode made his own
(org-mode-abbrev-table) - empty, which was
unconvenient, as I declared a lot of abbrevs in
text-mode already.

Solved it by

(add-hook 'org-mode-hook '(lambda () (setq local-abbrev-table text- mode-abbrev-table)))

However, as org-mode is a text-mode, why not use
`text-mode-abbrev-table' by default?

Because if I do tis by default, someone if going to want
to have a separate table.... :-)

You solution is good - a nice snippet for a FAQ, maybe?

- Carsten





reply via email to

[Prev in Thread] Current Thread [Next in Thread]