Questions tagged [centering]
6 questions
4
votes
1 answer
Is it possible to wrap a small package not listed on MELPA/ELPA via use-package? How to do it?
I like this Emacs package called Emacs Centered Point link. I must highlight that it is not listed on MELPA/ELPA.
Until now, I have just appended the snippet to my init file with the following and it works:
(define-minor-mode centered-point-mode
…

Pedro Delfino
- 1,369
- 3
- 13
3
votes
1 answer
how to make `C-l` override `centered-cursor-mode`?
I love centered-cursor-mode. It keeps my cursor in the center of the screen always.
However, on rare occasions, I need to use C-l recenter-top-bottom to "scroll" in order to view text lower than the center position allows.
In the meantime, I am…

WickedJargon
- 418
- 2
- 14
1
vote
1 answer
Refresh buffer after changing margin
If I change margin and evaluate the code, it will only change only in the new window, but I also want write it the have for the new buffer or even write it as a function.
How do I activate it also for my current buffer, after I change the variable?

David
- 291
- 1
- 9
1
vote
2 answers
Center emacs window in the middle
I have a big monitor and I am using I3 in linux. Frame adaption is thus not possible. I need something like zen mode, that does not hide anything.
The problem I have is, that everything is too far on the left.
right now I use this solution:

David
- 291
- 1
- 9
0
votes
0 answers
Center emacs frame to correct monitor
I want to center the emacs frame on the monitor. What can I do? I do have multiple monitors.
This is what I am doing, but the emacs frame gets displayed on a different monitor than from the monitor from which I launched…

Dilna
- 1,173
- 3
- 10
0
votes
0 answers
A command to get buffer content centered in the window
I'm looking for the built-in command, probably a minor mode, that got my text unstuck from the left border of the window and showed more or less horizontally centered.
The command doesn't modify the text in the buffer, just the view of it.
I got…

lithuak
- 101
- 1