From f0c5b56742223ae4754469c516c2924ec7f3aa3d Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 24 Aug 2020 23:57:02 -0700 Subject: Portable Emacs WIP :-) --- blendoit/blendoit-sidebar.el.bkp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 blendoit/blendoit-sidebar.el.bkp (limited to 'blendoit/blendoit-sidebar.el.bkp') diff --git a/blendoit/blendoit-sidebar.el.bkp b/blendoit/blendoit-sidebar.el.bkp new file mode 100644 index 0000000..8677083 --- /dev/null +++ b/blendoit/blendoit-sidebar.el.bkp @@ -0,0 +1,23 @@ +;;; blendoit-sidebar.el --- Modern buffer list in sidebar + +;; Copyright (C) 2020 Marius Peter + +;; Author: Marius Peter +;; 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. + +;; Code: + +;;;###autoload +(define-minor-mode blendoit-sidebar-mode) + + +(provide 'blendoit-sidebar) + +;;; blendoit-sidebar.el ends here -- cgit v1.2.3