Prelude is an enhanced Emacs 24 distribution that should make your experience with Emacs both more pleasant and more powerful.
Pro: More features for stack based development (type of selection is really cool)
Con: Requires stack to be installed. I don't know how much of it works in cabal or nix based builds
elpa/
folder and remove the latest. However upon restart, Emacs re-install the latest version anyway. Any suggestions?
go-mode
works very well with go modules
lsp-mode
prelude-personal-dir
?
Emacs Lisp
(when (file-exists-p prelude-personal-dir)
(message "[Prelude] Loading personal configuration files in %s..." prelude-personal-dir)
(mapc 'load (delete
prelude-modules-file
(directory-files prelude-personal-dir 't "^[^#\.].*\\.el$"))))
~/.prelude-emacs.default': ```(
("default" . ((user-emacs-directory . "~/.emacs.default")))
("spacemacs" . ((user-emacs-directory . "~/.emacs.default")))
("doom" . ((user-emacs-directory . "~/doom-emacs")
(doom-private-dir . "~/doom-config")))
("prelude" . ((user-emacs-directory . "~/.prelude-emacs.default")))
)
```. i would have thought that this should work for my chemacs config, but it keeps launching GNU - I'm guessing i'm missing the variable and path for the Prelude config (which I thought would be
PRELUDE_INSTALL_DIR `. Does anyone have an idea what I'm missing?