aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/abbrevs.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-09-16 16:52:51 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-09-16 16:56:53 +0200
commita7a96a40351676f37cdef12fb46d5646db207dcf (patch)
tree399279983384ffa897d7d5c343c38ad7a504f4bb /.emacs.d/abbrevs.el
parentfbba092672efe81cf7d3fd583d7903446ff07900 (diff)
downloaddotfiles-a7a96a40351676f37cdef12fb46d5646db207dcf.tar.gz
dotfiles-a7a96a40351676f37cdef12fb46d5646db207dcf.zip
emacs: added abbrev into the mix
I'm also including some other packages such as dired-x. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/abbrevs.el')
-rw-r--r--.emacs.d/abbrevs.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/abbrevs.el b/.emacs.d/abbrevs.el
new file mode 100644
index 0000000..4d5502d
--- /dev/null
+++ b/.emacs.d/abbrevs.el
@@ -0,0 +1,6 @@
+(define-abbrev-table 'global-abbrev-table '(
+ ("abbout" "about" nil 0)
+ ("afaict" "as far as I can tell" nil 0)
+ ("btw" "by the way" nil 0)
+ ("diba" "Diputació de Barcelona" nil 0)
+ ))