Updated some docs
This commit is contained in:
parent
855dd5770b
commit
c3671f3761
5 changed files with 21 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ request
|
|||
/mastodon.plstore
|
||||
/persist/
|
||||
.cache
|
||||
src/**/*.md
|
|
@ -1,3 +1,7 @@
|
|||
* Eglot
|
||||
|
||||
[[https://github.com/joaotavora/eglot]]
|
||||
|
||||
#+begin_src elisp
|
||||
(use-package eglot
|
||||
:config
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
* Emacs
|
||||
#+begin_src elisp
|
||||
(use-package emacs
|
||||
:bind
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
* Edraw
|
||||
|
||||
#+begin_src elisp
|
||||
(use-package edraw-org
|
||||
:vc (:url "https://github.com/misohena/el-easydraw"
|
||||
|
|
13
src/modules/utility/grip.org
Normal file
13
src/modules/utility/grip.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
* Grip Mode
|
||||
|
||||
[[https://github.com/seagle0128/grip-mode]]
|
||||
|
||||
|
||||
#+begin_src elisp
|
||||
(use-package grip-mode
|
||||
:ensure t
|
||||
:hook ((markdown-mode org-mode) . grip-mode) (window-configuration-change-hook . grip-browse-preview)
|
||||
:config
|
||||
(setq grip-command 'go-grip) ;; auto, grip, go-grip or mdopen
|
||||
(setq grip-update-after-change t))
|
||||
#+end_src
|
Loading…
Add table
Reference in a new issue