elisp.js/elisp/settings.js

10 lines
No EOL
247 B
JavaScript

////
// Emacs Lisp implementation in JavaScript.
//
// Copyright (c) 2009 Sami Samhuri - sami.samhuri@gmail.com
//
// Released under the terms of the MIT license. See the included file
// LICENSE.
var settings = {};
exports.settings = settings;