mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
updated vanilla emacs config
This commit is contained in:
parent
f39ebbbf16
commit
855c7f0459
1 changed files with 11 additions and 7 deletions
|
|
@ -1,15 +1,18 @@
|
||||||
(require 'package)
|
(require 'package)
|
||||||
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("elpy" . "http://jorgenschaefer.github.io/packages/"))
|
;; (add-to-list 'package-archives
|
||||||
|
;; '("elpy" . "http://jorgenschaefer.github.io/packages/"))
|
||||||
|
|
||||||
|
;; (add-to-list 'package-archives
|
||||||
|
;; '("marmalade" . "http://marmalade-repo.org/packages/"))
|
||||||
|
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("marmalade" . "http://marmalade-repo.org/packages/"))
|
'("melpa" . "https://melpa.org/packages/") t)
|
||||||
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("melpa-stable" . "http://melpa-stable.milkbox.net/packages/") t)
|
|
||||||
|
|
||||||
(add-to-list 'load-path "~/.emacs.d/site-lisp/")
|
|
||||||
|
;;(add-to-list 'load-path "~/.emacs.d/site-lisp/")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -22,7 +25,8 @@
|
||||||
; list the packages you want
|
; list the packages you want
|
||||||
(setq package-list
|
(setq package-list
|
||||||
'(
|
'(
|
||||||
magit
|
magit company projectile evil lsp-mode rust-mode
|
||||||
|
hl-todo treemacs unicode-emoticons
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue