working system
This commit is contained in:
commit
e0ad4ea627
53 changed files with 2927 additions and 0 deletions
6
lisp/init-elpa.el~
Normal file
6
lisp/init-elpa.el~
Normal file
|
@ -0,0 +1,6 @@
|
|||
(require 'package)
|
||||
|
||||
;; We install seperate package repositories for each Emacs version to prevent bytecode incompatibility
|
||||
|
||||
; Standard Package repository
|
||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
|
Loading…
Add table
Add a link
Reference in a new issue