Coder Social home page Coder Social logo

emacs-configs's Introduction

.emacs.d

Yet another starter kit for emacs.

This configuration tries to keep cannonical emacs behaviour, so any emacs familiar user could use it.

It has no evil or other radical stuff. It also extends functionality by replacing canonical keybinding with alternative extensions doing the same thing, so user would never get lost.

This configuration uses req-package system that automatically installs packages on load.

First run is going to take long time as it has to download all required packages.

After that, load time is about 5 seconds on my ssd machine.

To get started just clone this repo to your .emacs.d and run emacs.

git clone https://github.com/edvorg/emacs-configs.git ~/.emacs.d
emacs

For customization add your *.el files to init.d and it will be loaded by load-dir extension.

For additional information refer req-package readme.

emacs-configs's People

Contributors

edvorg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

emacs-configs's Issues

load-dir doesn't play nicely with .dir-locals.el

In this configuration you use the load-dir package to avoid having to manually require every file.

However, after trying this myself, it seems that load-dir will also try to load any .dir-locals.el files in the specified directory, which causes problems when it refers to variables/functions that haven't been found yet as those packages aren't loaded.

It might be worth documenting this.

better documentation in init.el and init-real.el

Can you pleas add some explanation of how package-update-load-path and package-try install work. I want to migrate my config to use-package with req-package but I'm still a bit confuse as to how to bootstrap the system in, for example, a new emacs install.

support requiring multiple packages

Currently if I have this config

(req-package helm-projectile
  :require projectile helm
  :defer t)

would give error

[ERROR] Unable to load package helm-projectile -- (error use-package: Unrecognized keyword: helm)

And this one is also not working

(req-package helm-projectile
  :require projectile 
  :require helm
  :defer t)

It would be great if req-package supports multiple packages dependency.

Licensing

These configurations serve as a good example of how to work with your req-package system, and it would be nice to be able to use them freely. As it stands, they are all unlicensed and therefore fully copyright protected[1]. It would be preferable if they were licensed under a permissive license such as the MIT/Expat license.

[1] https://blog.codinghorror.com/pick-a-license-any-license/

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.