Emacs Configuration

Introduction This is my personal emacs configuration tree, continually used and tweaked since the last 365 days, and it may be a good starting point for other new emacs users. Configuration init.el (require 'package) ;; Define package repositories (add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/")) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) ;; Load and activate emacs packages. Do this first so that the ;; packages are loaded before you start trying to modify them....

June 12, 2020 · 5 min · Sourav Badami