Davor Rotim

Results 2 issues of Davor Rotim

Related to #5, with the Emacs 26 pretest (26.0.90) and the following init file: ``` (package-initialize) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (unless (package-installed-p 'use-package) (package-refresh-contents) (package-install 'use-package)) (eval-when-compile (require 'use-package))...

Hello, the latest image has quite old PM2 version. Could you rebuild the image to include latest PM2?