Giter Site home page Giter Site logo

emacs.d's Introduction

File Structure

Everything lives under .emacs.d. init.el is the entry point. This file set up the paths where everything else is found.

Paths:

lisp
elisp code I’ve written.
mytemplates
Autoinsert file templates.
snippets
Text snippets for yasnippets.
user
Machine specific customisations.
vendor
Third party packages. Where possible I’m moving to using submodules to track these from upstream.

Packages

Where ever possible I’m using package.el to manage these. I have melpa set up in addition to the default gnu elpa.

There are still a very modes that aren’t available as packages. These are checked in under vendor/.

Applications

Org mode

Deft

Gnus

Magit

Dired

Auto Typing

I like to make the computer do as much of my work as I possibly can. Hence I’ve spend a bit of time on the various auto typing features.

External Programs

  • aspell
  • clangd
  • sourcekit-lsp

Building Emacs

I like to run recent builds from the master branch (I’m not patient enough to wait for a release to get all the great new stuff that’s getting merged).

On macOS:

./configure --with-mailutils --with-native-compilation
MAKEFLAGS="-j$(nproc)" make bootstrap && make install
plutil -insert LSEnvironment -xml '<dict/>' nextstep/Emacs.app/Contents/Info.plist
plutil -insert LSEnvironment.PATH -string "$(echo $PATH)" nextstep/Emacs.app/Contents/Info.plist

emacs.d's People

Contributors

pdixon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.