Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.73 KB

README.org

File metadata and controls

35 lines (24 loc) · 1.73 KB

Standard Dirs

Standard Dirs is an Emacs library to provide platform-specific paths for reading and writing configuration, cache, and other data. Currently only Linux and macOS are supported.

  • On Linux, the directory paths conform to the XDG base directory and XDG user directory specifications as published by the freedesktop.org project.
  • On macOS, the directory paths conform to Apple’s filesystem documentation “Where to Put Files”.

Installation

package.el

Standard Dirs is available on MELPA as standard-dirs. To install:

  1. Setup MELPA as a package source.
  2. M-x package-install [RET]
  3. standard-dirs [RET]

GNU Guix

Standard Dirs available in mainline Guix as emacs-standard-dirs. To install in the current profile, run guix install emacs-standard-dirs.

License

Copyright © 2018 Joseph M LaFreniere.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The full license text is available at LICENSE.