summaryrefslogtreecommitdiff
path: root/home/dots/.emacs
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-10-27 10:04:52 +0200
committerMarc Coquand <marc@mccd.space>2024-10-27 10:04:52 +0200
commit49a21778db28105f0ea01e2e65686de963e954cc (patch)
tree1dcd2ff184e2449e49711445162151bf39ebba8f /home/dots/.emacs
parent78c176e81be7cb5c3b27c8e7c0ec33367f953885 (diff)
downloadguix-49a21778db28105f0ea01e2e65686de963e954cc.tar.gz
guix-49a21778db28105f0ea01e2e65686de963e954cc.tar.bz2
guix-49a21778db28105f0ea01e2e65686de963e954cc.zip
.
Diffstat (limited to '')
-rw-r--r--home/dots/.emacs4
-rw-r--r--home/dots/.emacs.d/exwm/Xresources1
2 files changed, 3 insertions, 2 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs
index 24a5403..462d165 100644
--- a/home/dots/.emacs
+++ b/home/dots/.emacs
@@ -348,8 +348,8 @@
(use-package exwm-mff
:demand t
:load-path "elisp"
- :config
- (exwm-mff-mode))
+ :hook
+ ((server-after-make-frame . exwm-mff-mode)))
(use-package avy
:ensure t
diff --git a/home/dots/.emacs.d/exwm/Xresources b/home/dots/.emacs.d/exwm/Xresources
new file mode 100644
index 0000000..144cd0a
--- /dev/null
+++ b/home/dots/.emacs.d/exwm/Xresources
@@ -0,0 +1 @@
+Xft.dpi: 180 \ No newline at end of file