summary refs log tree commit diff stats
path: root/lisp/private.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/private.el')
-rw-r--r--lisp/private.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/private.el b/lisp/private.el index f9c4753..4f6115e 100644 --- a/lisp/private.el +++ b/lisp/private.el
@@ -15,5 +15,9 @@
15 "Private secretive secrets inside.") 15 "Private secretive secrets inside.")
16(add-to-list 'load-path private/) 16(add-to-list 'load-path private/)
17 17
18;; Load random private stuff
19
20(require '_acdw)
21
18(provide 'private) 22(provide 'private)
19;;; private.el ends here 23;;; private.el ends here