mirror of https://github.com/Flinner/dots.git
12 lines
208 B
Org Mode
12 lines
208 B
Org Mode
|
* DOOM EMACS
|
||
|
** .doom.d
|
||
|
contains doom config
|
||
|
#+begin_src sh
|
||
|
.emacs.d/bin/doom build
|
||
|
#+end_src
|
||
|
** .local
|
||
|
contains the org-protocol
|
||
|
#+begin_src sh
|
||
|
update-desktop-database ~/.local/share/applications/
|
||
|
#+end_src
|