From 16470e634769d624944472095564c1410ff83a9f Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 7 May 2022 15:39:50 +0800 Subject: bongo: add bonmark package Add a package which comes from one of my little experiments. --- bongo.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bongo.el b/bongo.el index 0fe7d60..3e27f9d 100644 --- a/bongo.el +++ b/bongo.el @@ -1021,3 +1021,7 @@ TIME must be a list of two to four elements." (use-package "volume" 'volume (define-key volume-mode-map [?s] #'volume-set)) + +;;; Bonmark + +(use-package "bonmark" 'bonmark) -- cgit v1.2.3-18-g5258