diff options
| author | fpi | 2021-01-04 15:48:30 +0100 | 
|---|---|---|
| committer | fpi | 2022-03-17 14:37:55 +0100 | 
| commit | 1253da5efb3a9f212d806336cdc4e790677f7aea (patch) | |
| tree | 83b7df043dfae1f8f5dc9ef27cb8f2ec5adfcd54 | |
| parent | Add org-roam-todo (diff) | |
Show sauron in same frame when using exwm
| -rw-r--r-- | emacs-init.org | 5 | 
1 files changed, 4 insertions, 1 deletions
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  | 
