From 0af513257ca47c958fbd54ad26ef0d4b8d165251 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 26 Mar 2018 00:27:35 -0400 Subject: [PATCH] Add comment about phasing out package.el --- global.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global.org b/global.org index 8bfd1ff..2b0fa18 100644 --- a/global.org +++ b/global.org @@ -27,8 +27,8 @@ ** Why not ~package.el~ it is convenient, but it is not git-based; ~borg.el~ is promising, but it is way complicated; I can do everything by hand as soon as it is neatly - ~org~-anized - + ~org~-anized. In the end we use a few, but I plan to phase them out and + replace them with git submodules * Files and dirs Move ~Customize~ to a separate file #+BEGIN_SRC emacs-lisp @@ -479,7 +479,7 @@ ;;(require 'atomic-chrome) ;;(atomic-chrome-start-server) #+END_SRC -** Package.el +** TODO Phase out Package.el Load package.el #+BEGIN_SRC emacs-lisp (require 'package)