Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haozeke/dotdoom
My personal doom-emacs configuration.
https://github.com/haozeke/dotdoom
doom-emacs dotfiles emacs orgmode rice
Last synced: 22 days ago
JSON representation
My personal doom-emacs configuration.
- Host: GitHub
- URL: https://github.com/haozeke/dotdoom
- Owner: HaoZeke
- License: mit
- Created: 2019-04-11T08:18:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T18:29:47.000Z (4 months ago)
- Last Synced: 2024-07-10T22:19:17.239Z (4 months ago)
- Topics: doom-emacs, dotfiles, emacs, orgmode, rice
- Language: JavaScript
- Homepage: https://dotdoom.rgoswami.me
- Size: 3.62 MB
- Stars: 32
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: dotDOOM
#+AUTHOR: Rohit Goswami
#+DATE: 2020:04:09
#+HTML_LINK_HOME: https://rgoswami.me
#+HTML_HEAD_EXTRA: window.goatcounter = { path: '/dotdoomhome', };
#+HTML_HEAD_EXTRA:
#+EXPORT_FILE_NAME: index.html
#+OPTIONS: toc:nil
#+STARTUP: nofoldThis looks better [[https://dotdoom.rgoswami.me][on the website]].
* What?
This is actually a [[https://github.com/hlissner/doom-emacs][doom-emacs]] private module. I was feeling rather whimsical.
** Configuration
This is [[file:config.org][documented here]].
** Packages
I also document the packages I use in a [[file:packages.org][separately here]].
* Why?
[[https://github.com/HaoZeke/Dotfiles][My Dotfiles repo]], managed with the brilliant [[https://github.com/kobus-v-schoor/dotgit][dotgit]], was getting rather overwhelmed
with ~emacs~ commits. Also managing snippets with ~dotgit~ was not exactly
pleasant, since each symlink needed to be listed in the ~filelist~.
** Who?
I'm [[https://orcid.org/0000-0002-2393-8056][Rohit Goswami]] (or HaoZeke, or rg0swami), and well, if you
need to know more about why you might want to use my work, check my [[https://rgoswami.me][site]], or any of the [[https:keybase.io/HaoZeke][other sites]] I manage, or even [[https://publons.com/researcher/2911170/rohit-goswami/][my publications]] or [[github:HaoZeke][my code]].
* How?
Well it just goes where ~doom~ expects config files.
#+BEGIN_SRC bash
# Honestly, this should be $HOME/.config
git clone [email protected]:HaoZeke/dotDoom $HOME/.config/doom
#+END_SRC
* Config
Since the ~config.el~ needs no page of its own, it is simply included below:
#+INCLUDE: "./init.el" src emacs-lisp
* License
It is a personal configuration. So I guess the [[https://choosealicense.com/licenses/mit/][MIT license]] will do for now.