[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 30f378df0a 065/102: Fix: Fix indentation
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 30f378df0a 065/102: Fix: Fix indentation |
Date: |
Wed, 29 Nov 2023 04:00:54 -0500 (EST) |
branch: elpa/hyperdrive
commit 30f378df0a06eef2b2a6ff1825bce8498f07f9f5
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix: Fix indentation
Unfortunately the indentation code is not smart enough to realize,
that a list that begins with a keyword cannot possibly be a function
call and should therefore not be indented as such. (Vectors and
arglists are also indented as if they were function calls.)
Emacs-devel opposes the idea of fixing these "edge-cases", and instead
suggests that this should be worked around by putting a space between
the opening parenthesis and the first element.
---
hyperdrive-menu.el | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index cc278fdbc6..57c4a0481a 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -244,16 +244,14 @@
:pad-keys t
("d" hyperdrive-menu-describe-hyperdrive)
("w" hyperdrive-menu-hyperdrive-copy-url)
- (:info (lambda () (hyperdrive--format (hyperdrive-menu--scope) "Public key:
%K"
- hyperdrive-raw-formats)))
- (:info (lambda () (hyperdrive--format (hyperdrive-menu--scope) "Seed: %S"
hyperdrive-raw-formats))
- :if (lambda () (hyperdrive-seed (hyperdrive-menu--scope))))
+ (:info (lambda () (hyperdrive--format (hyperdrive-menu--scope) "Public key:
%K" hyperdrive-raw-formats)))
+ ( :info (lambda () (hyperdrive--format (hyperdrive-menu--scope) "Seed: %S"
hyperdrive-raw-formats))
+ :if (lambda () (hyperdrive-seed (hyperdrive-menu--scope))))
("p" hyperdrive-menu-set-petname :transient t)
("n" hyperdrive-menu-set-nickname :transient t
:inapt-if-not (lambda () (hyperdrive-writablep (hyperdrive-menu--scope))))
- (:info (lambda () (hyperdrive--format (hyperdrive-menu--scope) "Domain: %D"
- hyperdrive-raw-formats))
- :if (lambda () (hyperdrive-domains (hyperdrive-menu--scope))))
+ ( :info (lambda () (hyperdrive--format (hyperdrive-menu--scope) "Domain:
%D" hyperdrive-raw-formats))
+ :if (lambda () (hyperdrive-domains (hyperdrive-menu--scope))))
(:info (lambda () (format "Latest version: %s" (hyperdrive-latest-version
(hyperdrive-menu--scope)))))]
[["Open"
("f" "Find file" hyperdrive-menu-open-file)
- [nongnu] elpa/hyperdrive af5daac737 017/102: Change: (-menu-hyperdrive) Use default-directory as default source, (continued)
- [nongnu] elpa/hyperdrive af5daac737 017/102: Change: (-menu-hyperdrive) Use default-directory as default source, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 1e71cec4d0 074/102: Docs: Improve versioning section, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive c6c9bdbb77 082/102: Meta: Depend on transient v0.5.0, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 4aff066a9d 073/102: Docs: Improve naming section, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 5ef8e22cfd 019/102: Change: (hyperdrive-menu-hyperdrive) Simplify wording, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 69d0d16b18 063/102: Use format-spec to customize hyperdrive and entry display, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 9bc9cf44d8 018/102: Fix: (hyperdrive-mirror-read-predicate) Return symbol for named func, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive d0d444aab2 040/102: Change: (hyperdrive-mirror) Rename PREDICATE argument to FILTER, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 3a778929b8 041/102: Change: (hyperdrive-menu-hyperdrive) Wording of Mirror command, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive fea9674bd2 047/102: Change: (hyperdrive--format-entry) Add faces, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 30f378df0a 065/102: Fix: Fix indentation,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive e640a14d84 067/102: Change: (hyperdrive-{message, error}) Call substitute-command-keys, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 6f56f99d7d 071/102: Fix: (-org--open-at-point) Only call -open on hyper:// links, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 88948716a3 049/102: Docs: Document entry format defcustoms, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 853068609b 095/102: Tidy: Appease spellcheck linter, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 7c52a96078 092/102: Change: Don't autoload register-definition-prefixes, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 32658e6c5f 089/102: Notes: Update, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 902e52ad58 098/102: Merge: Add hyperdrive-menu transient, shorthands..., ELPA Syncer, 2023/11/29