|
|
|
|
@ -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) |
|
|
|
|
|