Added org-social
This commit is contained in:
@@ -19,3 +19,14 @@ on a system by system basis.
|
||||
;;;
|
||||
#+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
|
||||
(use-package magit
|
||||
:defer t
|
||||
:bind (("C-c M" . magit-dispatch))
|
||||
:custom
|
||||
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
||||
(magit-diff-refine-hunk 'all)
|
||||
|
||||
Reference in New Issue
Block a user