Skip to content

Commit

Permalink
Better defgroup integration
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Nov 23, 2024
1 parent e04f656 commit 0f86759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.org
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Add ~justl-pop-to-buffer-on-display~. When on, input focus moves to the justl
buffer when it is displayed (the previous behavior). Otherwise the buffer is
displayed without selecting it. (defaults to on).
- Better defgroup integration.

* 0.14

Expand Down
1 change: 1 addition & 0 deletions justl.el
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ is not executed."

(define-derived-mode justl-mode tabulated-list-mode "Justl"
"Special mode for justl buffers."
:group 'justl
(buffer-disable-undo)
(setq truncate-lines t)
(setq tabulated-list-format
Expand Down

0 comments on commit 0f86759

Please sign in to comment.