Skip to content

Commit

Permalink
fix(emacs): fix the +def-dedicated-tab! macro (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 14, 2023
1 parent 77f05eb commit 054940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elisp/+emacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ be deleted.
(if (fboundp 'tabspaces-mode)
(tabspaces-switch-or-create-workspace ,tab-name)
(tab-new)
(tab-rename +mu4e-tab-name)))
(tab-rename ,tab-name)))
,@sexp)
,(macroexp-progn fn-body)
#',fn-name)))
Expand Down

0 comments on commit 054940b

Please sign in to comment.