From 1eae4129ac6fee86931889225f43a9d5a434d8a5 Mon Sep 17 00:00:00 2001 From: luxick Date: Wed, 18 Mar 2020 15:57:25 +0100 Subject: [PATCH] Start with a larger frame --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index e3c478b..48c3734 100644 --- a/README.org +++ b/README.org @@ -10,6 +10,11 @@ Remove all those UI elements. They do not look good and waste space. (fringe-mode -1) #+END_SRC +Make the frame a bit larger +#+BEGIN_SRC emacs-lisp + (when window-system (set-frame-size (selected-frame) 180 60)) +#+END_SRC + * Set up package repositories ** Require package support State that we will need package support and define a macro for adding package repos to the archives