branch: externals/nano-theme
commit b2d0843cef730c62255952837d28da07dca75140
Author: Nicolas P. Rougier <[email protected]>
Commit: Nicolas P. Rougier <[email protected]>
Corrected name for nerd font
---
nano-theme-support.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/nano-theme-support.el b/nano-theme-support.el
index eb3bb249aa..55ad585a65 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -437,7 +437,7 @@ background color that is barely perceptible."
'wrap (make-glyph-code ?- 'nano-faded))
;; Nerd font for glyph icons
- (let ((roboto-nerd (font-spec :name "RobotoMono Nerd Font Mono")))
+ (let ((roboto-nerd (font-spec :name "RobotoMono Nerd Font")))
(if (find-font roboto-nerd)
(set-fontset-font t '(#xe000 . #xffdd) roboto-nerd)
(message "Roboto Mono Nerd font has not been found on your system"))))
@@ -460,7 +460,6 @@ background color that is barely perceptible."
;; (push tag properties)))))
;; properties)))
-
(defun nano-new-frame (&optional mode)
"This funcion creates a new frame in light or dark MODE."