How to get doom emacs/ spacemacs key bindings without installing them?

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • evil

    The extensible vi layer for Emacs.

  • That being said, "the key bindings of doom/spacemacs" is a little unclear but note that evil and evil-collection exist

  • evil-collection

    A set of keybindings for evil-mode

  • That being said, "the key bindings of doom/spacemacs" is a little unclear but note that evil and evil-collection exist

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • general.el

    More convenient key definitions in emacs

  • I recommend seeing which keys you actually use, and binding those. https://github.com/noctuid/general.el is an excellent package for creating leader keys, and mapping in general. I. E. To switch buffers with SPC SPC you do: (general-define-key :states 'normal "SPC SPC" 'evil-buffer) Doom uses General internally, so if you poke around on the github you should be able to find some more definitions.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts