aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-07-19 23:22:22 -0700
committerGravatar Tom Willemse2018-07-19 23:22:22 -0700
commit841801059f021666315f072e1e02cfc8269663ba (patch)
tree2ab3916b07b742d4c2c2c1f1b34796bb2edfcec2 /emacs/.emacs.d/init.el
parent55c0f1af40453ea8bb9986a0abb24ee879c2f692 (diff)
downloadnew-dotfiles-841801059f021666315f072e1e02cfc8269663ba.tar.gz
new-dotfiles-841801059f021666315f072e1e02cfc8269663ba.zip
Don’t compile oni-windows-nt.el on non-windows systems
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index fc696d4..445e2f7 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -36,6 +36,7 @@
(format "%svendor-lisp/" load-directory) t "^[^.]"))
(add-to-list 'load-path (format "%ssite-lisp/" load-directory))
+ (add-to-list 'load-path (format "%sos-lisp/" load-directory))
(let ((loaddefs (format "%ssite-lisp/site-autoloads.el" load-directory)))
(when (file-exists-p loaddefs)