1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-14 16:59:27 -05:00
dotfiles/.doom.d/abbrevs.el
2022-10-28 01:43:56 -04:00

7 lines
119 B
EmacsLisp

;;-*-coding: utf-8;-*-
(define-abbrev-table 'emacs-lisp-mode-abbrev-table
'(
("blah" "blaz" nil :count 1)
))