Enable adoc-mode by function presents, feature is not available from autoload file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 18 Apr 2019 23:35:53 +0300
changeset 1580 dfdbb8f1922c
parent 1579 92b878231632
child 1581 ad08a623a8c4
Enable adoc-mode by function presents, feature is not available from autoload file.
.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)))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;