mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
README in markdown again.
This commit is contained in:
parent
9ec8783b83
commit
60c669024f
@ -1 +0,0 @@
|
|||||||
init.org
|
|
8
init.el
8
init.el
@ -10,6 +10,8 @@ tangled, and the tangled file is compiled."
|
|||||||
(add-hook 'after-save-hook 'init-hook)
|
(add-hook 'after-save-hook 'init-hook)
|
||||||
|
|
||||||
(require 'package)
|
(require 'package)
|
||||||
|
(setq package-enable-at-startup nil)
|
||||||
|
(package-initialize)
|
||||||
|
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("MELPA" . "http://melpa.milkbox.net/packages/") t)
|
'("MELPA" . "http://melpa.milkbox.net/packages/") t)
|
||||||
@ -109,10 +111,8 @@ PACKAGE is installed and the current version is deleted."
|
|||||||
|
|
||||||
;; This package is only relevant for Mac OS X.
|
;; This package is only relevant for Mac OS X.
|
||||||
(when (memq window-system '(mac ns))
|
(when (memq window-system '(mac ns))
|
||||||
(upgrade-or-install-package 'exec-path-from-shell)))
|
(upgrade-or-install-package 'exec-path-from-shell))
|
||||||
|
(package-initialize))
|
||||||
(setq package-enable-at-startup nil)
|
|
||||||
(package-initialize)
|
|
||||||
|
|
||||||
(when (memq window-system '(mac ns))
|
(when (memq window-system '(mac ns))
|
||||||
(setq mac-option-modifier nil
|
(setq mac-option-modifier nil
|
||||||
|
Loading…
Reference in New Issue
Block a user