Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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