Don't remove the internal border
This commit is contained in:
parent
2729adda1d
commit
40d78b985d
1 changed files with 1 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue