diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-12-02 16:41:07 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-12-02 16:41:07 +0100 |
| commit | a6f15e6e7763444abbe9e99dad8b85331eaf917b (patch) | |
| tree | 94e861110804b8eb1e6939cc36cb8d6e911831bf /.emacs.d/abbrevs.el | |
| parent | 9966a1e07a8236efe78043932f94702ab3be17e4 (diff) | |
| download | dotfiles-a6f15e6e7763444abbe9e99dad8b85331eaf917b.tar.gz dotfiles-a6f15e6e7763444abbe9e99dad8b85331eaf917b.zip | |
Minor improvements here and there
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/abbrevs.el')
| -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 4d5502d..c886207 100644 --- a/.emacs.d/abbrevs.el +++ b/.emacs.d/abbrevs.el @@ -3,4 +3,5 @@ ("afaict" "as far as I can tell" nil 0) ("btw" "by the way" nil 0) ("diba" "Diputació de Barcelona" nil 0) + ("FiG", "Ferrer i Guàrdia" nil 0) )) |
