branch: externals/nano-theme
commit 7777be6094cf06cdf87172a739975c1e61245f0c
Author: Nicolas P. Rougier <[email protected]>
Commit: Nicolas P. Rougier <[email protected]>
Improved nano-mode
---
nano-theme-support.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/nano-theme-support.el b/nano-theme-support.el
index 409d7fa973..eb3bb249aa 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -400,13 +400,13 @@ background color that is barely perceptible."
(setq blink-cursor-mode nil)
;; No tooltips
- (tooltip-mode -1)
+ ;; (tooltip-mode -1)
;; No scroll bars
- (scroll-bar-mode -1)
+ ;; (scroll-bar-mode -1)
;; No toolbar
- (tool-bar-mode -1)
+ ;; (tool-bar-mode -1)
;; Default frame settings
(setq default-frame-alist
@@ -418,6 +418,7 @@ background color that is barely perceptible."
'(left-fringe . 0)
'(right-fringe . 0)
'(undecorated-round . t) ;; emacs-plu@29 only
+ '(scroll-bar-mode . -1)
'(tool-bar-lines . 0)
'(menu-bar-lines . 0))))