aboutsummaryrefslogtreecommitdiff
path: root/dictionary-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dictionary-init.el')
-rwxr-xr-xdictionary-init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/dictionary-init.el b/dictionary-init.el
index 55dc624..7f430f2 100755
--- a/dictionary-init.el
+++ b/dictionary-init.el
@@ -21,3 +21,6 @@
(autoload 'global-dictionary-tooltip-mode "dictionary"
"Enable/disable dictionary-tooltip-mode for all buffers" t))
+;; Bypass custom-add-load to speed startup.
+(put 'dictionary 'custom-loads '(dictionary))
+(put 'dictionary-group 'custom-loads '(dictionary)) \ No newline at end of file