From f7f6b043b8ca3e4777a0b4b5ecfe240f20a1b01e Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 12 Oct 2015 02:09:27 -0400 Subject: [PATCH] Remove emacs window size minimum --- emacs/init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index ede0826..edc8d7c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -61,8 +61,6 @@ '(scheme-program-name "mit-scheme") '(show-paren-delay 0) '(show-paren-mode 1) - '(split-height-threshold 0) - '(split-width-threshold 0) '(tab-width 4) '(tool-bar-mode t) '(visible-cursor nil))