Skip to content

Commit

Permalink
1 pixel fringe to cancel it
Browse files Browse the repository at this point in the history
  • Loading branch information
rougier committed Jun 2, 2021
1 parent 40ca5ee commit 6667e4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nano-layout.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@

(setq default-frame-alist
(append (list
;; Font size and family is set by nano-face-default
;;'(font . "Roboto Mono:style=Light:size=14")
;; '(font . "Roboto Mono Emacs Regular:size=14")
'(min-height . 1) '(height . 45)
'(min-width . 1) '(width . 81)
'(min-height . 1)
'(height . 45)
'(min-width . 1)
'(width . 81)
'(vertical-scroll-bars . nil)
'(internal-border-width . 24)
'(left-fringe . 0)
'(right-fringe . 0)
'(left-fringe . 1)
'(right-fringe . 1)
'(tool-bar-lines . 0)
'(menu-bar-lines . 0))))

Expand Down Expand Up @@ -61,6 +60,7 @@
initial-scratch-message nil)
(if (fboundp 'tool-bar-mode) (tool-bar-mode nil))
(tooltip-mode 0)
(scroll-bar-mode nil)
(menu-bar-mode 0)
;; (global-hl-line-mode 1)
(setq x-underline-at-descent-line t)
Expand Down

0 comments on commit 6667e4b

Please sign in to comment.