summaryrefslogtreecommitdiff
path: root/bongo.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-05-07 15:39:50 +0800
committerJSDurand <mmemmew@gmail.com>2022-05-07 15:39:50 +0800
commit16470e634769d624944472095564c1410ff83a9f (patch)
tree87b418d9e1eefc67f97a15ba68ab993c8644d9d0 /bongo.el
parenta4fc45b47fbe2c1d62a28b38d6f0c253d8df56c1 (diff)
bongo: add bonmark package
Add a package which comes from one of my little experiments.
Diffstat (limited to 'bongo.el')
-rw-r--r--bongo.el4
1 files changed, 4 insertions, 0 deletions
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)