init.el
main configuration file, holds customized variables & loading of all setup filesfunctions.el
global generic functionhooks.el
global mode & hooks settings –> should be deleted.keybindings.el
basic keybindings for “native” functions of emacspackages.el
dependencies setup & loading of all elisp files underpackages/
packages/*.el
mode specific configurations by functionnality
nano-emacs | minimalist theme by nrougier for emacs |
dashboard | minimalist splash screen for emacs |
magit | Git integration in emacs |
ace-window | Navigation between frames |
straight.el + use-package | Dependency management |
open-emacs-config-file
opens ~~/.emacs.d/init.el~reload-config
force reload of ~~/.emacs.d/init.el~
Keybinding | Function |
---|---|
C-c C-r | eval-region |
C-c C-b | eval-buffer |
C-c C-/ | comment-or-uncomment-region |
C-x B | Open all buffer listing |
C-x C-b | Swipe between buffers |
C-x o | Triggers ace-window , replace default binding of other-window |