Skip to content

Commit

Permalink
abbrev: Update go abbrev table
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed May 18, 2024
1 parent 11a05d9 commit 20c02af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions etc/abbrev.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
("us" "using" nil :count 2)
))

(define-abbrev-table 'go-mode-abbrev-table
'(
("im" "import" nil :count 1)
("pk" "package" nil :count 2)
("st" "struct" nil :count 1)
))

(define-abbrev-table 'text-mode-abbrev-table
'(
("bg" "background" nil :count 6)
Expand All @@ -47,13 +54,6 @@
("thatve" "that have" nil :count 0)
))

(define-abbrev-table 'go-mode-abbrev-table
'(
("imp" "import" nil :count 1)
("pkg" "package" nil :count 2)
("st" "struct" nil :count 1)
))

(define-abbrev-table 'org-mode-abbrev-table
'(
("ex" "example" nil :count 1)
Expand Down

0 comments on commit 20c02af

Please sign in to comment.