diff options
author | JSDurand <mmemmew@gmail.com> | 2022-05-07 15:39:50 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-05-07 15:39:50 +0800 |
commit | 16470e634769d624944472095564c1410ff83a9f (patch) | |
tree | 87b418d9e1eefc67f97a15ba68ab993c8644d9d0 /bongo.el | |
parent | a4fc45b47fbe2c1d62a28b38d6f0c253d8df56c1 (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.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |