centered-window-mode
centered-window-mode copied to clipboard
Doesn't seem to work on GNU Emacs 27
I tried it out and confirmed the mode is active - it just doesn't seem to do anything at all. A similar package (automargin with automargin-mode turned on) seems to work just fine though.
And I found this package has been given out of melpa package repo.
You mean removed? OR deployed from it?
@c0001 I just found out too, don't know why if it's present in github's melpa @ahungry I'll try to investigate emacs 27 compatibility as soon as I can but any help is welcome 🙏
@ahungry
Yes I found this package has been removed in melpa.
Or someone can fork this package for maintaining and updating thus this maitainer was seem to disappear for a long time.
@c0001 I'm the maintainer but I've been very busy lately because I've become a father, I can add you as a maintainer if you're interested, are you?
I added an issue in melpa/melpa#5280 to see how can we add the package back to melpa.org
The package is back in MELPA
Looks the the package is not in MELPA still. This is the error I get from use-package -
Error (use-package): Failed to install centered-window-mode: Package ‘centered-window-mode-’ is unavailable
Warning (initialization): An error occurred while loading ‘c:/Users/olegbc/.emacs’:
error: Could not find package centered-window-mode in recipe repositories: (melpa org-elpa emacsmirror)
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.
@olegbc1 the thing is that the package was renamed to centered-window
, try with:
(use-package centered-window)
@anler thanks! That did it.