casual 
- Description
- Transient user interfaces for various modes
- Latest
- casual-3.0.1.tar (.sig), 2026-Aug-18, 9.98 MiB
- Maintainer
- Charles Choi <kickingvegas@gmail.com>
- Website
- https://github.com/kickingvegas/casual
- Browse ELPA's repository
- CGit or Gitweb
- All Dependencies
- transient (.tar), csv-mode (.tar)
- Badge
- Manual
- casual
To install this package from Emacs, use package-install or list-packages.
Full description
1. Casual
Casual is a project to re-imagine the primary user interface for Emacs using keyboard-driven menus.
Emacs has many commands that are easy to forget if not used frequently. Menus are a user interface (UI) affordance that offers discoverability and recognition. While menus are commonly associated with mouse-driven UI, the inclusion of Transient in Emacs core allows for building menus that are keyboard-driven instead. This appeals to users that prefer keyboard-driven workflows.
Casual organizes itself primarily around the different built-in modes Emacs provides. For each mode Casual supports, there is a bespoke designed library of Transient menus for that mode's command set.
Casual has no aims to be a mutually exclusive user interface. All existing user interfaces to commands (keybinding, mini-buffer prompt, mouse menus) are still available to the user.
To learn more about the motivations and design considerations for Casual as well as seeing it at work, please watch the presentation “Re-imagining the Emacs User Experience with Casual Suite” from EmacsConf 2024.
Please refer to the Casual User Guide for detailed information about it. This user guide is available both in Emacs Info and HTML formats.
Shown below are some screenshots of menus offered by Casual. Many Emacs built-in modes are supported by Casual.
Screenshot of Dired main menu.
Screenshot of EditKit edit menu.
Screenshot of Calc main menu.
2. Requirements
Casual requires Emacs 30.1+, Transient 0.9.0+, csv-mode 1.27+.
Certain menus require more installed software:
- Casual Dired: GNU Coreutils
- Casual Image: ImageMagick 6+
3. Install
Casual versions 3.0 or greater offer a simplified installation with command casual-init. Run this via extended-execute-command (M-x) or add this to your Emacs initialization file.
(require 'casual) (casual-init)
By default casual-init will setup keybindings for all modules supported by Casual. Configure the customizable hook variable casual-init-hook to control which modules to enable.
M-x customize-variable casual-init-hook
Users can choose any or all of the user interfaces made available by Casual at their pleasure.
To lower cognitive load, Casual uses the convention of re-using the same keybinding to invoke a mode-specific main menu. For this purpose, Casual uses two customizable variables to specify what keybinding to bind to a Transient menu for a mode.
casual-keybinding-primary(C-o) - used for a main menucasual-keybinding-secondary(M-m) - used for an auxiliary menu
Modify these variables to preference.
Casual makes opinionated design decisions on menu keybindings that do not necessarily align with existing default bindings of a mode. Each hook function in casual-init-hook honors a module specific variable to make additional keybindings that reconcile Transient menu bindings with that of a specific mode map. These variables are of the form casual-<module>-add-extra-keybindings and by default are set to t. Users wishing to disable them can do so via customize-variable.
Note that casual-init will only work if Casual is installed via package-install.
Users of Casual version 2.x do not have to change their existing setup. That said, migrating to casual-init offers significant convenience by requiring less configuration.
For more detail on installation of different modules refer to the Casual User Guide.
4. Asks
As Casual is new, we are looking for early adopters! Your feedback is welcome as it will likely impact Casual's evolution, particularly with regards to UI.
5. Development
For users who wish to help contribute to Casual or personally customize it for their own usage, please read the .
6. Sponsorship
7. See Also
While the package casual focuses on user interfaces for built-in Emacs modes, there are other third party packages which receive the “Casual” treatment. Two such packages are:
- Casual Avy (Elisp package:
casual-avy)- An interface for the highly capable Avy navigation package.
- Casual Symbol Overlay (Elisp package:
casual-symbol-overlay)- An interface for the Symbol Overlay package.
Users interested in getting all current and future Casual interfaces for both built-in and third party packages should install Casual Suite, which includes all of the above packages including casual.
Old versions
| casual-2.17.1.tar.lz | 2026-Jul-18 | 8.04 MiB |
| casual-2.17.0.tar.lz | 2026-Jul-15 | 8.04 MiB |
| casual-2.16.2.tar.lz | 2026-Jun-09 | 7.95 MiB |
| casual-2.16.1.tar.lz | 2026-May-12 | 7.95 MiB |
| casual-2.16.0.tar.lz | 2026-Apr-16 | 8.03 MiB |
| casual-2.15.1.tar.lz | 2026-Apr-11 | 7.91 MiB |
| casual-2.15.0.tar.lz | 2026-Apr-07 | 7.91 MiB |
| casual-2.14.4.tar.lz | 2026-Mar-21 | 7.75 MiB |
| casual-2.14.3.tar.lz | 2026-Mar-03 | 7.72 MiB |
| casual-2.14.2.tar.lz | 2026-Mar-01 | 7.82 MiB |
