diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-12-09 16:45:35 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-12-09 16:45:35 +0100 |
| commit | 1ac0c59dc6884ac614692c4c87ef9aa660d37dcd (patch) | |
| tree | 4234797597e84a1fbf04a086bdc7bc50e1ea5df9 /.emacs.d | |
| parent | a6f15e6e7763444abbe9e99dad8b85331eaf917b (diff) | |
| download | dotfiles-1ac0c59dc6884ac614692c4c87ef9aa660d37dcd.tar.gz dotfiles-1ac0c59dc6884ac614692c4c87ef9aa660d37dcd.zip | |
emacs: updated abbrevs.el file
Added yet another long institutional name...
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/abbrevs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/abbrevs.el b/.emacs.d/abbrevs.el index c886207..21af57b 100644 --- a/.emacs.d/abbrevs.el +++ b/.emacs.d/abbrevs.el @@ -3,5 +3,6 @@ ("afaict" "as far as I can tell" nil 0) ("btw" "by the way" nil 0) ("diba" "Diputació de Barcelona" nil 0) + ("cca" "Consell Comarcal de l'Anoia" nil 0) ("FiG", "Ferrer i Guàrdia" nil 0) )) |
