My emacs config. And I don’t think it’s useful for anyone but me.
Current Emacs version: 25.1
No more Cask!
No more install.sh!
Just clone this repo and put ‘.emacs’ and ‘.emacs.d’ to ~/ and then run from emacs
package-install-selected-packagesAs written in this file there are 3 UI schemes using 5 color themes.
Schemes are light, dark, and terminal. There are three corresponding interactive functions to switch between schemes:
go-to-light go-to-dark go-to-terminal
Light scheme uses adwaita for emacs-client and flatui for standalone emacs.
Dark scheme uses deeper-blue for emacs-client and tango-dark for standalone emacs.
Terminal disables all themes to set emacs look “default”.
Emacs starts with light scheme.
To add Emacs Client to Xdg menu copy .local from repo to your HOME
directory
$ cp -r path_to_repo/emacs_client/.local/ ~/and add executable permissions for all users for .desktop file:
$ chmod a+x .local/share/applications/emacsclient.desktopAlchemist.el commands are configured to run inside “web” docker-compose container, however host-installed elixir is required to have company-mode completition. That’s sad, actually =(