Change outline
This commit is contained in:
parent
9921e99df2
commit
fea67ad3ee
1 changed files with 9 additions and 9 deletions
|
@ -361,13 +361,13 @@
|
|||
(lambda () (setq mode-line-format nil)))
|
||||
#+END_SRC
|
||||
|
||||
* Use pixels, not columns/rows to resize frames.
|
||||
** Use pixels, not columns/rows to resize frames.
|
||||
|
||||
As of Emacs 24.4 frames can resize to pixel sizes instead of columns
|
||||
and rows. This keeps annoying gaps from forming when using a tiling
|
||||
window manager. The real difference is that when this is done now,
|
||||
the actual text portions of the window get the extra space, not some
|
||||
fringe or margin. This looks much nicer.
|
||||
As of Emacs 24.4 frames can resize to pixel sizes instead of
|
||||
columns and rows. This keeps annoying gaps from forming when using
|
||||
a tiling window manager. The real difference is that when this is
|
||||
done now, the actual text portions of the window get the extra
|
||||
space, not some fringe or margin. This looks much nicer.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq frame-resize-pixelwise t)
|
||||
|
|
Loading…
Reference in a new issue