emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive feae3dcff3 10/11: Tidy: Indentation, spelling w


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive feae3dcff3 10/11: Tidy: Indentation, spelling word
Date: Fri, 1 Dec 2023 18:59:54 -0500 (EST)

branch: elpa/hyperdrive
commit feae3dcff362437297140f80e9accfe6af4c799f
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy: Indentation, spelling word
---
 .dir-locals.el       | 2 +-
 hyperdrive-mirror.el | 2 +-
 hyperdrive-org.el    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 53b48a9ec2..5ba88fb009 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,6 +1,6 @@
 ;;; Directory Local Variables            -*- no-byte-compile: t -*-
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((nil . ((ispell-buffer-session-localwords . ("dir" "hypercore" "hyperdrive" 
"hyperdrives" "hyperdrive's" "args" "systemd" "minibuffer" "petname" "petnames" 
"org" "plist" "plists" "alist" "alists" "existsp" "ETag" "streamable" "DNSLink" 
"ewoc" "struct" "ENTRY's" "localhost" "imenu" "mtime" "accessor" "http" 
"prepended" "prepend" "hostname" "whitespace" "namespace" "filesystem" 
"hostnames" "subdirectories" "unsets" "finalizer" "subprocess"))))
+((nil . ((ispell-buffer-session-localwords . ("dir" "hypercore" "hyperdrive" 
"hyperdrives" "hyperdrive's" "args" "systemd" "minibuffer" "petname" "petnames" 
"org" "plist" "plists" "alist" "alists" "existsp" "ETag" "streamable" "DNSLink" 
"ewoc" "struct" "ENTRY's" "localhost" "imenu" "mtime" "accessor" "http" 
"prepended" "prepend" "hostname" "whitespace" "namespace" "filesystem" 
"hostnames" "subdirectories" "unsets" "finalizer" "subprocess" "autodetect"))))
  (emacs-lisp-mode . ((eval . (display-fill-column-indicator-mode))
                      (fill-column . 80))))
diff --git a/hyperdrive-mirror.el b/hyperdrive-mirror.el
index bebe643e66..a7921c0f8d 100644
--- a/hyperdrive-mirror.el
+++ b/hyperdrive-mirror.el
@@ -356,7 +356,7 @@ grouping keys, as in `hyperdrive-mirror-default-keys'."
              (lambda () (read--expression "Lambda: " "(lambda (filename) )")))
             ("Named function"   .
              (lambda () (intern (completing-read "Named function: "
-                                            obarray #'functionp t))))))
+                                                 obarray #'functionp t))))))
          ;; TODO(transient): Implement returning values from prefixes,
          ;; allowing us to use a sub-prefix here instead of completing-read.
          (reader (completing-read "Filter type: " readers nil t))
diff --git a/hyperdrive-org.el b/hyperdrive-org.el
index 137c440966..fa101e31b4 100644
--- a/hyperdrive-org.el
+++ b/hyperdrive-org.el
@@ -146,7 +146,7 @@ the logic for handling links of \"file\" type."
                              (org-element-property :path context)
                              (file-name-directory path))
                       :etc `((target . ,(org-element-property
-                                      :search-option context))))))
+                                         :search-option context))))))
            entry))))
 
 (defun h/org--insert-link-after-advice (&rest _)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]