[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#927678: elpa-beginend installs but is not accessible in emacs



Damon,

Пн 22 апр 2019 @ 12:40 asmegir <asmegir@gmail.com>:

> I can confirm that '(package-initialize)' (without quotation marks) is
> present yet M-x is not finding beginend-global-mode.

thanks for your confirmation. Could you also confirm that your Emacs
init file contains "(require 'beginend)" (also without double quotes)?

Alternatively, you can open *scratch* buffer, add the following lines:

   (package-initialize)
   (require 'beginend)

and after that run eval-buffer command by

   M-x eval-buffer

With regards,
Lev


Reply to: