summaryrefslogtreecommitdiff
path: root/blendoit/blendoit-sidebar.el
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-08-23 13:57:42 -0700
committerBlendoit <blendoit@gmail.com>2020-08-23 13:57:42 -0700
commit9a37fbe364e1918d4fbcf0b0180fea810d84f983 (patch)
tree1f1cca675d5e32519a5b444dd8cbc4fe37ae042c /blendoit/blendoit-sidebar.el
parent47c02fa9450a01dcb7de0a5f41fdfda3f12f1ff1 (diff)
Start work on Portable Emacs.
Diffstat (limited to 'blendoit/blendoit-sidebar.el')
-rw-r--r--blendoit/blendoit-sidebar.el23
1 files changed, 23 insertions, 0 deletions
diff --git a/blendoit/blendoit-sidebar.el b/blendoit/blendoit-sidebar.el
new file mode 100644
index 0000000..03d1708
--- /dev/null
+++ b/blendoit/blendoit-sidebar.el
@@ -0,0 +1,23 @@
+;;; blendoit-sidebar.el --- Modern buffer list in sidebar
+
+;; Copyright (C) 2020 Marius Peter
+
+;; Author: Marius Peter <mpeter@ucla.edu>
+;; Version: 0.1
+;; Package-Requires: ((flange "1.0"))
+;; Keywords: multimedia, frobnicate
+;; URL: http://example.com/jrhacker/superfrobnicate
+
+...
+
+;; Commentary:
+
+;; This package provides an auto-hiding sidebar with a list of open buffers.
+
+;;;###autoload
+(define-minor-mode blendoit-sidebar-mode)
+
+
+(provide 'blendoit-sidebar)
+
+;;; blendoit-sidebar.el ends here
Copyright 2019--2024 Marius PETER