Mercurial > dotfiles
comparison .emacs @ 421:9a2541ec4d4d
emacs: call package-initialize in .emacs
| author | Augie Fackler <raf@durin42.com> |
|---|---|
| date | Tue, 29 Nov 2016 13:29:54 -0500 |
| parents | 08af9e123baa |
| children | 6e5260ca85f2 |
comparison
equal
deleted
inserted
replaced
| 420:11fdb5a60eee | 421:9a2541ec4d4d |
|---|---|
| 3 ; Karl Fogel: http://svn.red-bean.com/repos/kfogel/trunk | 3 ; Karl Fogel: http://svn.red-bean.com/repos/kfogel/trunk |
| 4 ; Dave Anderson: https://ssl.natulte.net/hg/dotfiles/ | 4 ; Dave Anderson: https://ssl.natulte.net/hg/dotfiles/ |
| 5 ; Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit | 5 ; Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit |
| 6 | 6 |
| 7 ; Start the server so that emacsclient will work | 7 ; Start the server so that emacsclient will work |
| 8 | |
| 9 ;; Added by Package.el. This must come before configurations of | |
| 10 ;; installed packages. Don't delete this line. If you don't want it, | |
| 11 ;; just comment it out by adding a semicolon to the start of the line. | |
| 12 ;; You may delete these explanatory comments. | |
| 13 (package-initialize) | |
| 14 | |
| 8 (server-start) | 15 (server-start) |
| 9 | 16 |
| 10 (setq custom-file "~/.elisp/settings/01.custom.el") | 17 (setq custom-file "~/.elisp/settings/01.custom.el") |
| 11 | 18 |
| 12 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings"))) | 19 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings"))) |
