From 20c02af2e6d219ef1cd90d95045fc974486840f8 Mon Sep 17 00:00:00 2001 From: Mohsin Kaleem Date: Sat, 18 May 2024 22:08:19 +0100 Subject: [PATCH] abbrev: Update go abbrev table --- etc/abbrev.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/abbrev.el b/etc/abbrev.el index 280ce7a..57eca63 100644 --- a/etc/abbrev.el +++ b/etc/abbrev.el @@ -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) @@ -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)