I know one can define where abbrev files are saved with something like this
(setq abbrev-file-name "/home/zeltak/.emacs.d/abbrv/personal_abbrv.txt")
but this file has several section like (define-abbrev-table 'Buffer-menu-mode-abbrev-table '())
etc.
Is there a way to define another file that will only record the global-abbrev-table
, is that possible at all?