Initial
This commit is contained in:
8
emacs-init
Normal file
8
emacs-init
Normal file
@ -0,0 +1,8 @@
|
||||
;; Require Emacs' package functionality
|
||||
(require 'package)
|
||||
|
||||
;; Add the Melpa repository to the list of package sources
|
||||
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t)
|
||||
|
||||
;; Initialise the package system.
|
||||
(package-initialize)
|
Reference in New Issue
Block a user