File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
; ; Sets up exec-path-from shell
2
2
; ; https://github.com/purcell/exec-path-from-shell
3
3
(when (memq window-system '(mac ns))
4
- (exec-path-from-shell-initialize)
5
- (exec-path-from-shell-copy-envs
6
- '(" PATH" )))
4
+ (exec-path-from-shell-initialize))
Original file line number Diff line number Diff line change 13
13
(add-to-list 'package-archives
14
14
'(" melpa-stable" . " https://stable.melpa.org/packages/" ) t )
15
15
16
- ; ; (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
17
- ; ; ("marmalade" . "http://marmalade-repo.org/packages/")
18
- ; ; ("melpa" . "http://melpa-stable.milkbox.net/packages/")))
19
-
20
-
21
16
; ; Load and activate emacs packages. Do this first so that the
22
17
; ; packages are loaded before you start trying to modify them.
23
18
; ; This also sets the load path.
You can’t perform that action at this time.
0 commit comments