Skip to content

Commit

Permalink
Avoid ignore abbrev definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narendra committed Sep 14, 2024
1 parent 817eca8 commit 0c48600
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*
!.gitignore
!init.el
!abbrev_defs
!abbrev-defs
!custom.el

!README.md
Expand Down Expand Up @@ -58,4 +58,4 @@ tmp/backups/*
!.gitattributes

!calc.el
!early-init.el
!early-init.el
7 changes: 7 additions & 0 deletions lib/abbrevs/abbrev-defs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
;;-*-coding: utf-8;-*-
(define-abbrev-table 'global-abbrev-table
'(
("9eur" "€" nil :count 0)
("9rs" "₹" nil :count 2)
))

0 comments on commit 0c48600

Please sign in to comment.