# HG changeset patch # User Oleksandr Gavenko # Date 1555619753 -10800 # Node ID dfdbb8f1922ca3960e16811d749bdd6e6e335643 # Parent 92b8782316326825696cb804199f4feecbad4cda Enable adoc-mode by function presents, feature is not available from autoload file. diff -r 92b878231632 -r dfdbb8f1922c .emacs-my --- a/.emacs-my Tue Apr 16 11:28:40 2019 +0300 +++ b/.emacs-my Thu Apr 18 23:35:53 2019 +0300 @@ -1622,7 +1622,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "adoc, asciidoc") -(when (featurep 'adoc-mode) +(when (fboundp 'adoc-mode) (add-to-list 'auto-mode-alist '("\\.adoc$" . adoc-mode))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;