From 8968a2da42484dba25b104b358680f7f7ee0ceac Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 21 Aug 2023 10:22:56 -0700 Subject: [PATCH] fix: Add keywords --- pythonic.el | 1 + 1 file changed, 1 insertion(+) diff --git a/pythonic.el b/pythonic.el index a24850b..83611aa 100644 --- a/pythonic.el +++ b/pythonic.el @@ -6,6 +6,7 @@ ;; URL: https://github.com/proofit404/pythonic ;; Version: 0.2 ;; Package-Requires: ((emacs "25.1") (s "1.9") (f "0.17.2")) +;; Keywords: convenience pythonic ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by