From 11ccc0908c5fe0fce1ae1e5bfe6df04b6e19a37b Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Mon, 22 Jul 2024 14:46:42 -0700 Subject: [PATCH] Don't initialize at load time Leave this for user config (ideally via a minor mode) --- rigpa.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/rigpa.el b/rigpa.el index 77b3c6b..d5cffd2 100644 --- a/rigpa.el +++ b/rigpa.el @@ -429,8 +429,5 @@ and simply toggles whether the menu is visible or not." nil) -(rigpa-initialize) - - (provide 'rigpa) ;;; rigpa.el ends here