dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | Submodules | LICENSE

abbrev_defs (108B)


      1 ;;-*-coding: utf-8;-*-
      2 (define-abbrev-table 'global-abbrev-table
      3   '(
      4     ("hrt" "♥" nil :count 1)
      5    ))
      6