Giter Site home page Giter Site logo

lambdart / el-init Goto Github PK

View Code? Open in Web Editor NEW
23.0 1.0 2.0 13.15 MB

Just another Emacs '(lisp-machine) configuration written in literate programming format

License: MIT License

Emacs Lisp 88.76% Shell 10.19% Makefile 1.05%
emacs-configuration emacs-initialization emacs-customizations

el-init's Introduction

VLM

Just another Emacs configuration written in org that has a simple goal: be just a configuration file, i.e, set custom values and hooks for the libraries/modes of interest.

Some people have started to refer to Emacs as a LISP MACHINE. It is not strictly a lisp machine because, clearly, it is a software program and not a physical computer, but as that line starts to blur it seems like a useful epithet for Emacs, because these days it looks more and more like a VIRTUAL LISP MACHINE.

A little tip for newcomers, Lisp Machines users are Lisp Developers, a hard truth that can be overwhelming for some and formidable by others.

Present Day, heh… Present Time

Goal

Use EMACS as a LISP MACHINE: a unify interface to perform DATA transformations, a bridge between the human mind and logical electric gates.

Mantras

  1. Data driven/oriented design: is all about the data and how its organized to do less transformations as possible when solving a given problem, resulting in a great degree of optimization, clearness and simplicity.
  2. Avoid late time decisions.
  3. Always go in the opposite direction: SCALE DOWN, i.e, use less resource as possible (reduce, reuse, recycle)!
  4. Simple is better.
  5. Less is more.
  6. For the LISP MACHINE everything is a just data to be s-expressed and/or evaluated.
  7. Lazy load (autoloads) everywhere.
  8. Byte-compile warnings not allowed!
  9. Use as few libraries as possible and always try to use libraries already installed on Emacs to meet our needs. If you can withdraw a library, do so! Most of the time it takes little or no effort, and the gain is considerable. So, be alert to identify these situations!
  10. Prioritize Emacs’s native libraries (builtin) over third-party ones. If any demand comes to light, try to solve it with these libraries first, then third-party ones already installed and finally (A HUGE MAYBE) the internet! Sometimes a little extension on these blotted-code-base is everything that’s needed to bring a new feature to life or solve an issue.
  11. If something is bothering you, fix it, right now!
  12. Few mapped keybinds as possible! Implies the constant usage of the minibuffer (or any other dynamic front-end menu) to eval less often used commands, but a huge pain relief, dwim style!
  13. Use the same action flow logic, for the same class of commands.
  14. Global behavior always available, do not change states (erase this silly idea), we have just one state and its VERY DYNAMIC!
  15. Successive refinements: in constant refactoring! Always improve, never fear the winds of change!
  16. I must not fear. Fear is the mind killer…

References

  1. https://www.gnu.org/software/emacs/manual
  2. https://www.gnu.org/software/emacs/manual/html_node/elisp/index.html
  3. https://www.gnu.org/software/emacs/manual/html_node/emacs/Keymaps.html
  4. https://en.wikipedia.org/wiki/Lisp_machine
  5. https://www.emacswiki.org/emacs/LispMachine

LICENSE

MIT

EOF

And you don't seem to understand
A shame you seemed an honest man
And all the fears you hold so dear
Will turn to whisper in your ear
Duvet, Boa

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.