Giter VIP home page Giter VIP logo

memacs's Introduction

My very own personal Emacs configuration

Disclaimer: this is more for my own personal use and I don't expect this repository to be useful for anybody else.

This repository contains files/settings for my Emacs configuration to simplify setting up everything after a OS update or similar.

Emacs

On macOS there are two excellent Emacs versions available which can be easily installed with homebrew:

Packages

Manually copy all files from the src directory to ~/.emacs.d/site-lisp. All other packages are installed with package-install from ELPA/MELPA/ORG. To enable the required repositories put this into the .emacs file:

(require 'package)
(add-to-list 'package-archives
             '("melpa-stable" . "https://stable.melpa.org/packages/") t)
(package-initialize)

The packages (ideally installed in that order):

  • use-package
  • org-plus-contrib
  • org-bullets
  • bibtex-completion
  • helm
  • helm-company
  • helm-bibtex
  • ess
  • company-rtags
  • exec-path-from-shell
  • markdown-mode
  • markdown-preview-mode
  • polymode
  • poly-markdown
  • poly-R
  • magit
  • imenu-list
  • editorconfig
  • autothemer
  • spaceline
  • auto-dictionary
  • fill-column-indicator
  • yaml-mode
  • dockerfile-mode

Themes

To download and install themes change to the themes folder and type make all which will download all themes and store them into ~/.emacs.d/themes.

Config file

The template config file is .emacs but it is suggested to adapt this.

memacs's People

Contributors

jorainer avatar

Watchers

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