diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-07 17:07:45 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-07 17:07:45 +0200 |
commit | 3341d75817013a2f78445761f2e67e5f33aa371d (patch) | |
tree | a6727a8a05ac9065690ca3b3c6f605d0513ced55 /lisp | |
parent | cf0b8bf2e40c880d00778a438ff0940b8362f495 (diff) |
macro heading
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index ce3f8c3..99406ef 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -195,6 +195,7 @@ If nil `(point-min)' is used instead.") (if (char-displayable-p ?―) (make-string 12 ?―) (make-string 12 ?-))) + ;;; KEYMAPS @@ -257,7 +258,8 @@ types of mastodon links and not just shr.el-generated ones.") It is active where point is placed by `mastodon-tl--goto-next-toot.'") -;;; MACRO +;;; BUFFER MACRO + (defmacro with-mastodon-buffer (buffer mode-fun other-window &rest body) "Evaluate BODY in a new or existing buffer called BUFFER. MODE-FUN is called to set the major mode. |