mirror of
https://github.com/plexus/chemacs2.git
synced 2026-09-10 07:26:27 -04:00
Merge pull request #6 from mandarvaze/patch-2
Added a section for Doom emacs to the README.org
This commit is contained in:
commit
1f5601a980
14
README.org
14
README.org
|
|
@ -171,6 +171,20 @@ a directory with customizations that are applied on top of the base install.
|
|||
(env . (("SPACEMACSDIR" . "~/my-spacemacs-config"))))))
|
||||
#+END_SRC
|
||||
|
||||
** DOOM emacs
|
||||
|
||||
You can add an entry similar to the following to your =.emacs-profiles.el=
|
||||
|
||||
In the following snippet =~/doom-emacs= is where you have cloned doom emacs.
|
||||
|
||||
(Depending on when you read this) =DOOMDIR= support is only in =develop= branch of doom emacs. Check commit history of =master= branch of doom emacs
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
("doom" . ((user-emacs-directory . "~/doom-emacs")
|
||||
(env . (("DOOMDIR" . "~/doom-config")))))
|
||||
#+END_SRC
|
||||
|
||||
Please refer to [[https://github.com/plexus/chemacs/issues/5][this]] discussion for details.
|
||||
** LICENSE
|
||||
|
||||
Copyright © Arne Brasseur 2018
|
||||
|
|
|
|||
Loading…
Reference in a new issue