How is the migration to Casual 2.0 going? #42
Replies: 5 comments 5 replies
-
If you voted "Not Well", please elaborate why here and hopefully I can help. |
Beta Was this translation helpful? Give feedback.
-
For anyone looking for For example, here's my config (using general for evil keybindings): (use-package casual
:ensure t
(:keymaps 'dired-mode-map
:states 'normal
"?" 'casual-dired-tmenu)
(:keymaps 'calc-mode-map
:states 'normal
"?" 'casual-calc-tmenu)
(:keymaps 'ibuffer-mode-map
:states '(normal motion)
"?" 'casual-ibuffer-tmenu)
(:keymaps 'Info-mode-map
:states 'normal
"?" 'casual-info-tmenu)) |
Beta Was this translation helpful? Give feedback.
-
Folks - I've recently updated the upgrade instructions on the README.org file. It will also be reflected in the description when looking at the https://github.com/kickingvegas/casual?tab=readme-ov-file#install |
Beta Was this translation helpful? Give feedback.
-
I see lots of (use-package casual
:after (dired)
:bind (:map dired-mode-map ("?" . casual-dired-tmenu)
:map ibuffer-mode-map ("?" . casual-ibuffer-tmenu) ;; 'h' and '?' both bound to describe-mode, we'll just take the latter
:map Info-mode-map ("?" . casual-info-tmenu)
)) |
Beta Was this translation helpful? Give feedback.
-
I had been using Casual 1.0 – specifically, just the I removed my previous configuration:
and backed up the old repository, and then tried the following configuration after restarting:
Unfortunately, while the
Not sure what to do, I've tried rebuilding the package but it doesn't seem to help. I'm on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For folks who were using the Casual 1.x packages, I'm interested in knowing how well the migration has gone for you. Please provide your feedback, either positive or negative.
Thanks!
7 votes ·
Beta Was this translation helpful? Give feedback.
All reactions