-
Notifications
You must be signed in to change notification settings - Fork 0
/
abbrev_defs
43 lines (37 loc) · 1.03 KB
/
abbrev_defs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
;;-*-coding: utf-8;-*-
(define-abbrev-table 'global-abbrev-table
'(
("BB" "Bruno Boal" nil :count 0)
("bberg" "<https://codeberg.org/BBoal>" nil :count 0)
("bboal" "<egomet@bboal.com>" nil :count 0)
("bhub" "<https://github.com/BBoal>" nil :count 0)
("bhut" "<https://git.sr.ht/~bboal>" nil :count 0)
("blab" "<https://gitlab.com/bboal>" nil :count 0)
("btut" "<bruno.boal@tutanota.com>" nil :count 0)
))
(define-abbrev-table 'lisp-mode-abbrev-table
'(
("Setq" "setq" nil :count 0)
))
(define-abbrev-table 'message-mode-abbrev-table
'(
("atb" "All the best,
Bruno Boal" nil :count 0)
("atent" "Atentamente,
Bruno Boal" nil :count 0)
("br" "Best regards,
Bruno Boal" nil :count 0)
("ct" "Caros todos,
Espero-vos bem.
" nil :count 0)
("fyw" "I hope this email finds you well.
" nil :count 1)
("ga" "Good afternoon,
" nil :count 0)
("ge" "Good evening,
" nil :count 0)
("gm" "Good morning,
" nil :count 0)
("unt" "Cheers, until next time,
Bruno Boal" nil :count 0)
))