https://github.com/ailrun/package-stack
emacs configuration manager
https://github.com/ailrun/package-stack
elisp emacs emacs-configuration lisp package package-manager package-stack
Last synced: 2 months ago
JSON representation
emacs configuration manager
- Host: GitHub
- URL: https://github.com/ailrun/package-stack
- Owner: Ailrun
- License: gpl-3.0
- Created: 2017-02-01T21:46:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T13:09:42.000Z (over 8 years ago)
- Last Synced: 2025-02-02T19:18:42.094Z (4 months ago)
- Topics: elisp, emacs, emacs-configuration, lisp, package, package-manager, package-stack
- Language: Emacs Lisp
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
README
#+TITLE: package-stack
#+AUTHOR: Junyoung Clare Jang
#+EMAIL: [email protected]
#+DATE: <2017-01-31 Tue>
#+DESCRIPTION: Package Manager with Elegant Dependence ManagingPackage Manager with Elegant Dependence Managing
* introduction
The *package-stack* defines macro for stacking
isolated package configurations while keep their
dependence in mind. By using this package, you can
configure your ".emacs" file more neat way.Of course, you can extend *package-stack* for your
specific usage!* keywords
- :ignored
- :now
- :on-start
- :first CODE
- :modes FORM
- :interpreters FORM
- :commands COMMANDS
- :before-deps CODE
- :deps DEPS
- :before-load CODE
- :after-load CODE
- :last CODE** :ignored
Ignore this configuration when this keyword is given.
*package-stack* works as if this configuration