diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2015-11-09 09:12:52 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2015-11-10 17:14:03 -0800 |
| commit | 4cddbe538172f2b236706f12a8d77d9842999a69 (patch) | |
| tree | b8194a89215760c9e87f235cabfbdd69e54cd3a8 /emacs.d/init.el | |
| parent | [emacs] disable magit and vcs mode. (diff) | |
| download | emacs.d-4cddbe538172f2b236706f12a8d77d9842999a69.tar.gz | |
[emacs] remove the exec-path-from-shell package.
Move the configuration to start the emacs server into a seperate file.
Diffstat (limited to '')
| -rw-r--r-- | emacs.d/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 2ec87da..848a2c9 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -25,8 +25,3 @@ :config (setq init-loader-show-log-after-init t) (init-loader-load (locate-user-emacs-file "inits"))) - -(use-package server - :config - (unless (server-running-p) - (server-start))) |
