Browse Source

commented a TODO to implement different startup screen sizes

master
Marc Pohling 6 years ago
parent
commit
3cb829c2c1
1 changed files with 4 additions and 0 deletions
  1. 4
      config.org

4
config.org

@ -1457,6 +1457,10 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
* Quality of Life * Quality of Life
** Default Window Size ** Default Window Size
;; TODO:
;; This size is only reasonable for linux@home
;; hyperv is way smaller, use fullscreen here
;; pm should be fullscreen, too
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(if (display-graphic-p) (if (display-graphic-p)
(progn (progn

Loading…
Cancel
Save