summaryrefslogtreecommitdiffstats
path: root/emacs.d/00-paths.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/00-paths.el')
-rw-r--r--emacs.d/00-paths.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/00-paths.el b/emacs.d/00-paths.el
new file mode 100644
index 0000000..722b8c8
--- /dev/null
+++ b/emacs.d/00-paths.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "~/.emacs.d/elisp")
+(add-to-list 'load-path "~/.emacs.d/naquadah-theme")
+(add-to-list 'load-path "~/.emacs.d/auto-complete-clang")