summaryrefslogtreecommitdiff
path: root/emacs/.config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-04-23 08:12:13 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-04-23 08:12:13 -0400
commitc53b4178cbab1b920dce367cebc5a854203fae80 (patch)
treef3f71d08988666a3ea223751aaca294ce27ed769 /emacs/.config
parentf28455a6793d1d6fd486a0fa7139cb279bb1313d (diff)
Wayland config
Diffstat (limited to 'emacs/.config')
-rw-r--r--emacs/.config/emacs-kj/early-init.el1
-rw-r--r--emacs/.config/emacs-kj/init.el1
2 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs-kj/early-init.el b/emacs/.config/emacs-kj/early-init.el
index 95acd2e..fb1d581 100644
--- a/emacs/.config/emacs-kj/early-init.el
+++ b/emacs/.config/emacs-kj/early-init.el
@@ -13,6 +13,7 @@
(setq package-enable-at-startup nil)
+(setq default-frame-alist '((undecorated . t)))
(tool-bar-mode -1)
(scroll-bar-mode -1)
(tooltip-mode -1)
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index 1808130..7fafbda 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -1,6 +1,5 @@
;;; -*- lexical-binding: t; -*-
(setq package-enable-at-startup nil)
-(setq straight-check-for-modifications nil)
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))