From 40d78b985db2ae7e93e3e884366eb6cf3c4ed24b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 16 Dec 2015 21:48:34 +0100 Subject: Don't remove the internal border --- emacs/.emacs.d/init.org | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 83bb215..7c87ba6 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -376,18 +376,6 @@ start a graphical environment at some point (I usually do immediately), but the startup process isn't. -*** Remove internal border - - Set the internal border width to 0. This makes a small difference, - with my current setup it causes my window's width to increase from - 120 to 121. Small, I know, but I'm very greedy when it comes to - screen space. - - #+NAME: default-frame-internal-border - #+BEGIN_SRC emacs-lisp :tangle no - (internal-border-width . 0) - #+END_SRC - *** Use a fantastic font I've tried several fonts, and all of them were nice, but came up @@ -453,8 +441,7 @@ #+BEGIN_SRC emacs-lisp :noweb yes (setq default-frame-alist - `(<> - <> + `(<> <>)) #+END_SRC -- cgit v1.2.3-54-g00ecf