Added org-social
This commit is contained in:
13
README.org
13
README.org
@@ -486,6 +486,18 @@ on a system by system basis.
|
|||||||
;;;
|
;;;
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
For now I have org-social enabled by default. It looks promising and doesn't add
|
||||||
|
any substantial bloat so why not.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package org-social
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(setq org-social-file "~/repos/xulfer.srht.site/social.org"
|
||||||
|
org-social-relay "https://relay.org-social.org"
|
||||||
|
org-social-my-public-url "https://xulfer.srht.site/social.org"))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Modal Editing
|
* Modal Editing
|
||||||
|
|
||||||
I like using =vi= inspired modal editing. For a while I tried project evil, but
|
I like using =vi= inspired modal editing. For a while I tried project evil, but
|
||||||
@@ -1474,6 +1486,7 @@ forge support really.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t
|
:defer t
|
||||||
|
:bind (("C-c M" . magit-dispatch))
|
||||||
:custom
|
:custom
|
||||||
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
||||||
(magit-diff-refine-hunk 'all)
|
(magit-diff-refine-hunk 'all)
|
||||||
|
|||||||
@@ -19,3 +19,14 @@ on a system by system basis.
|
|||||||
;;;
|
;;;
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
For now I have org-social enabled by default. It looks promising and doesn't add
|
||||||
|
any substantial bloat so why not.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package org-social
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(setq org-social-file "~/repos/xulfer.srht.site/social.org"
|
||||||
|
org-social-relay "https://relay.org-social.org"
|
||||||
|
org-social-my-public-url "https://xulfer.srht.site/social.org"))
|
||||||
|
#+END_SRC
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ forge support really.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t
|
:defer t
|
||||||
|
:bind (("C-c M" . magit-dispatch))
|
||||||
:custom
|
:custom
|
||||||
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
||||||
(magit-diff-refine-hunk 'all)
|
(magit-diff-refine-hunk 'all)
|
||||||
|
|||||||
Reference in New Issue
Block a user