aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-02-26 16:07:20 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2020-02-26 16:07:20 +0100
commit7e4b92e7753ab47a464d571c7b93a68c18a9ba1f (patch)
treec9819f0e329fc7226ea01bc0aa872b75a9c89566 /.emacs.d
parent2deaa9248994c8b3f7f22ec03e31f261e062dea0 (diff)
downloaddotfiles-7e4b92e7753ab47a464d571c7b93a68c18a9ba1f.tar.gz
dotfiles-7e4b92e7753ab47a464d571c7b93a68c18a9ba1f.zip
emacs: regular hunspell and abbrevs.el update
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/abbrevs.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/abbrevs.el b/.emacs.d/abbrevs.el
index 09b8e35..3214322 100644
--- a/.emacs.d/abbrevs.el
+++ b/.emacs.d/abbrevs.el
@@ -100,13 +100,15 @@
(define-abbrev-table 'global-abbrev-table
'(
("..." "…" nil 0)
+ ("CIF" "Comissions Informatives" nil 0)
("FiG" "Ferrer i Guàrdia" nil 0)
+ ("JGL" "Junta de Govern" nil 2)
("abbout" "about" nil 0)
("afaict" "as far as I can tell" nil 0)
("btw" "by the way" nil 0)
("cca" "Consell Comarcal de l'Anoia" nil 0)
("diba" "Diputació de Barcelona" nil 0)
- ("CIF" "Comissions Informatives" nil 0)
+ ("bibtex" "BibTeX" nil 0)
))
(define-abbrev-table 'gnus-article-edit-mode-abbrev-table '())