pkg update and first config fix

org-brain not working, add org-roam
This commit is contained in:
2022-12-19 23:02:34 +01:00
parent 02b3e07185
commit 82f05baffe
885 changed files with 356098 additions and 36993 deletions

View File

@@ -1,7 +1,8 @@
(define-package "magit-section" "20220101.841" "Sections for read-only buffers"
(define-package "magit-section" "20221127.2227" "Sections for read-only buffers."
'((emacs "25.1")
(compat "28.1.1.2")
(dash "20210826"))
:commit "6ba3b50373fffa89ae99fc0ad5135e3d574f6df4" :authors
:commit "3cf308c1c4cdb9404e3d3c6f9935ad9f628311d9" :authors
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
This is magit-section.info, produced by makeinfo version 6.7 from
This is magit-section.info, produced by makeinfo version 7.0.1 from
magit-section.texi.
Copyright (C) 2015-2022 Jonas Bernoulli <jonas@bernoul.li>
@@ -33,7 +33,7 @@ packages that have nothing to do with Magit or Git.
and user options see *note (magit)Sections::. This manual documents how
you can use sections in your own packages.
This manual is for Magit-Section version v3.3.0-73-g03f495f35+1.
This manual is for Magit-Section version 3.3.0.50-git.
Copyright (C) 2015-2022 Jonas Bernoulli <jonas@bernoul.li>
@@ -169,7 +169,14 @@ File: magit-section.info, Node: Core Functions, Next: Matching Functions, Pre
****************
-- Function: magit-current-section
Return the section at point.
Return the section at point or where the context menu was invoked.
When using the context menu, return the section that the user
clicked on, provided the current buffer is the buffer in which the
click occurred. Otherwise return the section at point.
Function magit-section-at &optional position
Return the section at POSITION, defaulting to point. Default to
point even when the context menu is used.
-- Function: magit-section-ident section
Return an unique identifier for SECTION. The return value has the
@@ -195,6 +202,32 @@ File: magit-section.info, Node: Core Functions, Next: Matching Functions, Pre
Return the lineage of SECTION. The return value has the form
(TYPE...).
-- Function: magit-section-content-p section
Return non-nil if SECTION has content or an unused washer function.
The next two functions are replacements for the Emacs functions that
have the same name except for the magit- prefix. Like
magit-current-section they do not act on point, the cursors position,
but on the position where the user clicked to invoke the context menu.
If your package provides a context menu and some of its commands act
on the "thing at point", even if just as a default, then use the
prefixed functions to teach them to instead use the click location when
appropriate.
Function magit-point
Return point or the position where the context menu was invoked.
When using the context menu, return the position the user clicked
on, provided the current buffer is the buffer in which the click
occurred. Otherwise return the same value as point.
Function magit-thing-at-point thing &optional no-properties
Return the THING at point or where the context menu was invoked.
When using the context menu, return the thing the user clicked on,
provided the current buffer is the buffer in which the click
occurred. Otherwise return the same value as thing-at-point.
For the meaning of THING and NO-PROPERTIES see that function.

File: magit-section.info, Node: Matching Functions, Prev: Core Functions, Up: Top
@@ -260,11 +293,11 @@ File: magit-section.info, Node: Matching Functions, Prev: Core Functions, Up:

Tag Table:
Node: Top788
Node: Introduction2086
Node: Creating Sections2856
Node: Core Functions7365
Node: Matching Functions8686
Node: Top790
Node: Introduction2078
Node: Creating Sections2848
Node: Core Functions7357
Node: Matching Functions10409

End Tag Table