Damon, Пн 22 апр 2019 @ 12:40 asmegir <[email protected]>:
> 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

