summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-20 01:25:19 +0200
committerGravatar Tom Willemse2015-04-20 01:25:19 +0200
commitfea67ad3eecd203b8a84c65b86aeffe63a0b1fc0 (patch)
treeb1facec6e7a1a738b54ad0ab52f4a4c0d1da81dd /emacs/.emacs.d/init.org
parent9921e99df29e4b6f0d59d0a190b41ff6ddb6af4e (diff)
downloaddotfiles-fea67ad3eecd203b8a84c65b86aeffe63a0b1fc0.tar.gz
dotfiles-fea67ad3eecd203b8a84c65b86aeffe63a0b1fc0.zip
Change outline
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org18
1 files changed, 9 insertions, 9 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index ac0843b..986d0c8 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -361,17 +361,17 @@
(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)
- #+END_SRC
+ #+BEGIN_SRC emacs-lisp
+ (setq frame-resize-pixelwise t)
+ #+END_SRC
* Add org-mode appointments to the diary