Coder Social home page Coder Social logo

emacs-dotfiles's Introduction

Emacs dotfiles by @squiter

Build Status

This is my emacs setup with a lot of packages and customizations. This repository was build for my personal use, If you wan't to try, do it by yourself.

Requirements

This repository needs a init-secrets.el file inside emacs.d/conf/ directory that will load some constants in the environment.

It uses the stow to make the installation in you machine.

Installation

Enter in the emacs-dotfiles directory and run: stow --target=$HOME dotfiles/

Organization

The first file to see here is the emacs. In this file we add the conf directory to our 'load-path and require the 'init-bootstrap.

Here we use the helper function rr/safe-load-init-files to load all required files in our configuration. This function was writen by Milhouse.

Let's list some important files:

  • init-packages: All configurations to install a package and the package list itself;
  • init-simple-packages: If the package needs only a require or just set one variable I add that configuration here, if the package needs more complex tipe of configuration I create a file to do that;
  • init-keybindings: I try to keep all custom keybinds here;
  • init-path: Fix some issues with $PATH;

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.