Skip to content

Commit f20e8c4

Browse files
committed
Updating README
1 parent c2a15db commit f20e8c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.org

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ look like this:
1010

1111
(package-initialize)
1212
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/"))
13-
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
13+
(add-to-list 'package-archives '("melpa" . "http://stable.melpa.org/packages/"))
1414

1515
(require 'package)
1616
(require 'use-package)
1717

1818
(use-package org
19-
:ensure t)
19+
:ensure t
20+
:config
21+
(evil-mode 1))
2022
(use-package evil
2123
:ensure t)
22-
(evil-mode 1)
2324

2425
;; Change to the path where you cloned the config to
2526
(org-babel-load-file "/home/trajanus/.emacs.d/myinit.org")

0 commit comments

Comments
 (0)