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