about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-11 22:03:54 -0500
committerCase Duckworth2021-08-11 22:04:05 -0500
commitd187b2b8cbf19ec387c800df37d2669a9d520448 (patch)
tree8286f37c3a595800ababd7f804ac65259fa3b5fc /init.el
parentEnable `crux-reopen-as-root-mode' (diff)
downloademacs-d187b2b8cbf19ec387c800df37d2669a9d520448.tar.gz
emacs-d187b2b8cbf19ec387c800df37d2669a9d520448.zip
Add acdw-compat.el
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index bfc736d..733de04 100644 --- a/init.el +++ b/init.el
@@ -48,6 +48,9 @@
48;;;; Private stuff 48;;;; Private stuff
49(acdw/require-private) 49(acdw/require-private)
50 50
51;;;; Compatibility with older versions
52(require 'acdw-compat)
53
51 54
52;;;; Utility functions and variables 55;;;; Utility functions and variables
53;; see also: `acdw' and friends. Functions here aren't big enough, or they're 56;; see also: `acdw' and friends. Functions here aren't big enough, or they're