diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-13 09:32:16 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-13 09:32:16 +0200 |
commit | 7c73068dd2400ceae3f789571a781c41561c3b44 (patch) | |
tree | aa2d1edd243446e9742b5f18e901e48b8cebf4c3 /lisp | |
parent | 08a9357e33d80554108e28e57de3d50f6710914e (diff) |
indent tl.el
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 9218037..21aa1c4 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1233,11 +1233,11 @@ SENSITIVE is a flag from the item's JSON data." ;; display: `( display ,data sensitive-state showing) - ;; hide: - `( sensitive-state hidden - display - ,(create-image - mastodon-media--sensitive-image-data nil t))))))) + ;; hide: + `( sensitive-state hidden + display + ,(create-image + mastodon-media--sensitive-image-data nil t))))))) ;; POLLS @@ -2345,7 +2345,7 @@ LANGS is the accumulated array param alist if we re-run recursively." (car user-handles) (completing-read (cond ((or ; TODO: make this "enable/disable notifications" (equal action "disable") - (equal action "enable")) + (equal action "enable")) (format "%s notifications when user posts: " action)) ((string-suffix-p "boosts" action) (format "%s by user: " action)) |