branch: externals/nano-theme
commit a866528d97a68acfc955f15fad33c7dc65d46514
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Added round corners for emacs-plus@29
---
 nano-theme-support.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nano-theme-support.el b/nano-theme-support.el
index 31f3d9ce99..dbc4bc83f5 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -408,6 +408,7 @@ background color that is barely perceptible."
                  '(internal-border-width . 24)
                  '(left-fringe . 0)
                  '(right-fringe . 0)
+                 '(undecorated-round . t) ;; emacs-plu@29 only
                  '(tool-bar-lines . 0)
                  '(menu-bar-lines . 0))))
 

Reply via email to