summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-06-06 23:26:28 -0500
committerCase Duckworth2021-06-06 23:27:01 -0500
commit41ffc15191d335fb3e17b23cd9a463009d289724 (patch)
tree66d650c14e752039c9c096feede57dda38a49609 /init.el
parentAdd unfill-region (diff)
downloademacs-41ffc15191d335fb3e17b23cd9a463009d289724.tar.gz
emacs-41ffc15191d335fb3e17b23cd9a463009d289724.zip
Write function to require private.el
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index ac830c2..357f7da 100644 --- a/init.el +++ b/init.el
@@ -46,7 +46,7 @@
46 (normal-top-level-add-subdirs-to-load-path)) 46 (normal-top-level-add-subdirs-to-load-path))
47 47
48;;;; Private stuff 48;;;; Private stuff
49(require 'acdw-private) 49(acdw/require-private)
50 50
51 51
52;;;; Utility functions and variables 52;;;; Utility functions and variables