summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-27 01:23:06 +0100
committerGravatar Tom Willemse2013-11-27 01:23:06 +0100
commit87abe8fa15ca4822fdd69330b910e814dab8f6d7 (patch)
tree8e19f5856c782fddbaa779c35098a5ab9042f82c /.emacs.d/init.el
parent07500848d9ed01a8ff4179af6f7d32b24c9593df (diff)
downloademacs-87abe8fa15ca4822fdd69330b910e814dab8f6d7.tar.gz
emacs-87abe8fa15ca4822fdd69330b910e814dab8f6d7.zip
Fix config for phoenix
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 84a7d20..3f1a90d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -557,16 +557,16 @@ Also change directories to current working directory."
(eval-after-init (ido-ubiquitous-mode))
-(eval-after-init
- (load (expand-file-name "~/.local/share/quicklisp/slime-helper.el")))
-
(eval-after-load "org" '(require 'org-init))
(eval-after-init
(require 'auto-complete-config)
(ac-config-default))
-(load "eap-autoloads")
+(when (equal system-name "drd")
+ (eval-after-init
+ (load (expand-file-name "~/.local/share/quicklisp/slime-helper.el")))
+ (load "eap-autoloads"))
(eval-after-init (smex-initialize))
(eval-after-init (global-diff-hl-mode))