A clone of my Emacs configuration. It works as expected on most *nix
systems, including macOS. Uses evil
.
Primarily for backup and redundancy purposes.
Unlike typical configurations: this one literally has batteries included, when you clone the repository, you also clone the packages required. This is to prevent dependency hell and TLS key issues. As long as you’re using Emacs 25+, you should be okay.
$ mv .emacs.d .emacs.d.bak
$ git clone https://github.com/nebhrajani-a/.emacs.d
Key | Function |
SPC f | find-file |
SPC b | switch-to-buffer |
SPC k | kill-current-buffer |
SPC x | smex |
SPC 1 | delete-other-windows |
SPC 2 | split-window-below-and-switch |
SPC 3 | split-window-right-and-switch |
SPC 0 | delete-window |
SPC z | suspend-frame |
SPC d | treemacs |
SPC o | other-window |
SPC r | ido-recentf-open |
SPC g | magit |
SPC s | swiper-isearch |
SPC t | shell-pop |
SPC c | delete-frame |
SPC a | org-agenda-list |
SPC - | text-scale-decrease |
SPC = | text-scale-increase |
- Rewrite
init.el
in literate programming style withorg-mode
. - Test on Windows.
- Add LSP support for most major modes after upgrading Emacs.
gccemacs
(native-comp branch) try.