aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/abbrevs.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-09 18:22:14 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-09 18:22:14 +0200
commit6ae57bf4795f9da0c769e978da2a5e95be110eb9 (patch)
treeedbfbe5e2d5fb5e2f58a5b5b1e282b8e35f502f7 /.emacs.d/abbrevs.el
parentde7157e076253acc22ffab6fbc329fe728fcf08c (diff)
downloaddotfiles-6ae57bf4795f9da0c769e978da2a5e95be110eb9.tar.gz
dotfiles-6ae57bf4795f9da0c769e978da2a5e95be110eb9.zip
emacs: added the PLJ abbrev
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/abbrevs.el')
-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 3214322..b9d9756 100644
--- a/.emacs.d/abbrevs.el
+++ b/.emacs.d/abbrevs.el
@@ -103,12 +103,13 @@
("CIF" "Comissions Informatives" nil 0)
("FiG" "Ferrer i Guàrdia" nil 0)
("JGL" "Junta de Govern" nil 2)
+ ("PLJ" "Pla Local de Joventut" nil 1)
("abbout" "about" nil 0)
("afaict" "as far as I can tell" nil 0)
+ ("bibtex" "BibTeX" nil 0)
("btw" "by the way" nil 0)
("cca" "Consell Comarcal de l'Anoia" nil 0)
("diba" "Diputació de Barcelona" nil 0)
- ("bibtex" "BibTeX" nil 0)
))
(define-abbrev-table 'gnus-article-edit-mode-abbrev-table '())
@@ -312,3 +313,4 @@
(define-abbrev-table 'xref--xref-buffer-mode-abbrev-table '())
(define-abbrev-table 'yaml-mode-abbrev-table '())
+