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