about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-08-30 12:12:43 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-08-30 12:12:43 +0100
commit4b475ca1abea3e7b81865c15a9da433fbc782c5d (patch)
tree93861c6776655ef4ac89a8f051692cfa4e856f8e /.emacs.d/lisp
parent11318ee092f49ba69af91cdfbc4359d74b0cb0cb (diff)
downloaddotfiles-4b475ca1abea3e7b81865c15a9da433fbc782c5d.tar.gz
Move frame customisations to early-init.el
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-ui.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 327d09a..393689b 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -1,13 +1,11 @@
 ;;; init-ui.el --- UI Configuration File -*- lexical-binding: t -*-
 ;;; Commentary:
 ;; Some parts copied from prelude-ui.el and prelude-editor.el
-;; {menu,tool,scoll}-bar-mode disabled in early-init.el, rather than here
+;; Frame customisations, and disabling of {menu,tool,scoll}-bar-mode done in early-init.el, rather than here
 ;;; Code:
 
 (use-package emacs
   :config
-  (toggle-frame-maximized)
-  (add-to-list 'default-frame-alist '(fullscreen . maximized))
   (set-face-attribute 'default nil :font "iosevka comfy")
 
   ;; https://github.com/rougier/elegant-emacs/blob/master/sanity.el