summaryrefslogtreecommitdiff
path: root/abbrev_defs
blob: d514efbc581a00a8fb0b925693e7991e7a72158c (plain)
1
2
3
4
5
6
7
;;-*-coding: utf-8;-*-
(define-abbrev-table 'emacs-lisp-mode-abbrev-table
  '(
    ("df" "" insert-defun :count 2)
    ("dk" "" insert-define-key :count 2)
   ))