Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggcaker/.doom.d
My private doom-emacs configurations
https://github.com/eggcaker/.doom.d
doom-emacs emacs
Last synced: 1 day ago
JSON representation
My private doom-emacs configurations
- Host: GitHub
- URL: https://github.com/eggcaker/.doom.d
- Owner: eggcaker
- Created: 2020-02-21T01:17:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T23:09:15.000Z (about 1 year ago)
- Last Synced: 2025-02-01T08:41:40.547Z (13 days ago)
- Topics: doom-emacs, emacs
- Language: Emacs Lisp
- Homepage:
- Size: 2.96 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: My Doom emacs configuration
#+AUTHOR: eggcaker
#+EMAIL: [email protected]* My Doom Emacs configurations
** NotDeft
- build notdeft xapian
#+BEGIN_SRC sh
git clone https://github.com/hasu/notdeft.git /usr/local/opt/notdeft
cd /usr/local/opt/notdeft/xapian
make
cp notdeft-xapian /usr/local/bin/
#+END_SRC
- setup the xapian programming in emacs side
#+BEGIN_SRC emacs-lisp
(setq notdeft-xapian-program "/usr/local/bin/notdeft-xapian")
#+END_SRC