From d29135abc3864b346aaf33ec3ab50622ba056d30 Mon Sep 17 00:00:00 2001
From: Andrea Ciceri <andrea.ciceri@autistici.org>
Date: Thu, 14 Dec 2023 12:35:07 +0100
Subject: [PATCH] Add memo comment

---
 init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.el b/init.el
index ba6c69c..d9a3cce 100644
--- a/init.el
+++ b/init.el
@@ -754,7 +754,7 @@
 
 (use-package pass
   :config
-  (require 'password-store-otp)
+  (require 'password-store-otp) ;; FIXME use `use-pacakges' idiomatic way
   
   :bind (("C-c p p" . password-store-copy)
 	 ("C-c p o" . password-store-otp-token-copy)