Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearloop/.doom.d
Goodbye spacemacs.
https://github.com/clearloop/.doom.d
Last synced: 18 days ago
JSON representation
Goodbye spacemacs.
- Host: GitHub
- URL: https://github.com/clearloop/.doom.d
- Owner: clearloop
- Created: 2023-03-30T01:37:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T22:44:27.000Z (about 1 year ago)
- Last Synced: 2024-11-06T13:56:57.569Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .doom.d
Configurations for doomemacs.
## Install
``` shell
# 1. install doomemacs.
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install# 2. install this configuration.
git clone --depth=1 https://github.com/clearloop/.doom.d ~
```## Keybindings
``` emacs-lisp
(bind-keys*
("M-n" . next-5-lines)
("M-p" . previous-5-lines)
("M-a" . move-beginning-of-line)
("C-s" . swiper)
("C-c '" . +lookup/documentation)
("C-c C-f" . recentf-open-files)
("C-c k" . kill-whole-line))
```## Theme
This configuration includes [cydonia-theme](./themes/cydonia-theme.el).