Giter Club home page Giter Club logo

sane-modules's Introduction

Sane Modules

Introduction

Sane Modules is an Emacs Lisp package designed to efficiently manage and load custom Emacs modules. It allows users to maintain a structured and clean Emacs environment by organizing modules into a specified directory and loading them as needed.

Features

  • Manage custom Emacs modules in a dedicated directory.
  • Specify and load modules easily with a simple configuration.
  • Generate new module templates quickly.
  • Optional timing reports for module loading to aid in performance tuning.

Installation

To install Sane Modules, clone the repository or download the ‘sane-modules.el’ file into your Emacs load path. Then, add the following to your Emacs configuration:

(require 'sane-modules)

Configuration

Configure Sane Modules by setting the base directory for your modules and listing the modules you want to load:

(setq sane-module-base-directory "~/path/to/your/modules/")
(setq sane-module-module-list '(module1 module2 module3))

Replace the paths and module names with your own setup.

Usage

** Loading Modules Load your configured modules with:

      (sane-modules-load-modules
	sane-module-base-directory
	sane-module-module-list)

Optionally, enable timing reports by setting the timing flag to ‘t’:

      (sane-modules-load-modules
	sane-module-base-directory
	sane-module-module-list t)

** Creating New Modules Generate a new module with a predefined template:

(sane-create-project-with-template)

Follow the interactive prompts to specify the directory and module name.

Customization

Customize the module template and other settings via Emacs customization interface. Access it through:

(customize-group 'sane-modules)

Contributions

Contributions to Sane Modules are welcome. Please submit pull requests or report issues via the project’s repository.

License

Sane Modules is released under the MIT License, see the LICENSE file for more details.

Contact

For questions or feedback, please contact [email protected].

sane-modules's People

Contributors

lesliesrussell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.