From 1253da5efb3a9f212d806336cdc4e790677f7aea Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 4 Jan 2021 15:48:30 +0100 Subject: Show sauron in same frame when using exwm --- emacs-init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 99ce35c..4392955 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -56,6 +56,7 @@ - [[#rainbow-mode][Rainbow mode]] - [[#parentheses][Parentheses]] - [[#whitespace][Whitespace]] + - [[#notifications][Notifications]] - [[#undo][Undo]] - [[#electric-stuff][Electric stuff]] - [[#writing-setup][Writing Setup]] @@ -5723,7 +5724,9 @@ Instead of =$= use =⏎= to indicate newlines ** Notifications #+begin_src emacs-lisp (use-package sauron - :straight t) + :straight t + :custom + (sauron-separate-frame (not (eq (fpi/current-device-info :wm) 'exwm)))) (use-package alert :straight t) (use-package org-alert -- cgit v1.2.3