summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-16 21:48:34 +0100
committerGravatar Tom Willemse2015-12-16 21:48:34 +0100
commit40d78b985db2ae7e93e3e884366eb6cf3c4ed24b (patch)
tree8c219b717356fd04fa85cc29f1e920ef3b17bc69 /emacs
parent2729adda1d2f5a16c88d28ff119fb68e6ab6ee25 (diff)
downloaddotfiles-40d78b985db2ae7e93e3e884366eb6cf3c4ed24b.tar.gz
dotfiles-40d78b985db2ae7e93e3e884366eb6cf3c4ed24b.zip
Don't remove the internal border
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org15
1 files changed, 1 insertions, 14 deletions
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
- `(<<default-frame-internal-border>>
- <<default-frame-font>>
+ `(<<default-frame-font>>
<<default-frame-scroll-bar>>))
#+END_SRC