Add comment about phasing out package.el

master
Jacopo De Simoi 8 years ago
parent 73fc23bbcc
commit 0af513257c
  1. 6
      global.org

@ -27,8 +27,8 @@
** Why not ~package.el~ ** Why not ~package.el~
it is convenient, but it is not git-based; ~borg.el~ is promising, but it is 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 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 * Files and dirs
Move ~Customize~ to a separate file Move ~Customize~ to a separate file
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
@ -479,7 +479,7 @@
;;(require 'atomic-chrome) ;;(require 'atomic-chrome)
;;(atomic-chrome-start-server) ;;(atomic-chrome-start-server)
#+END_SRC #+END_SRC
** Package.el ** TODO Phase out Package.el
Load package.el Load package.el
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(require 'package) (require 'package)

Loading…
Cancel
Save