projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[emacs][wip] for some reason straight seems to interfere with :after
[~bandali/configs]
/
var
/
abbrev.el
1
;;-*-coding: utf-8;-*-
2
(
define-abbrev-table
'
message-mode-abbrev-table
3
'(
4
(
"linux"
"GNU/Linux"
nil
:
count
4
)
5
))
6
7
(
define-abbrev-table
'
text-mode-abbrev-table
8
'(
9
(
"em"
"[emacs"
nil
:
count
1
)
10
(
"rc"
"[rc"
nil
:
count
1
)
11
))
12