diff options
Diffstat (limited to 'dictionary-init.el')
-rwxr-xr-x | dictionary-init.el | 3 |
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 |