rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 194 forks source link

Question about customization #90

Closed ieremies closed 3 years ago

ieremies commented 3 years ago

Hello, and first of all, I love nano and all the great work you put out! I'm a doom user and was trying to put together nano with doom. I got it, for the most part, but I can figure out what is this line at the bottom. image It is supposed to be the dashed line. I know it's not a nano issue, but i would appreciate some guidance as to where to look, I don't even know the name of the line. Thanks!

ieremies commented 3 years ago

Update: it only occurs when I use the client for my emacs daemon. When I use create another process, not based on the daemon, it stays as I want it.

rougier commented 3 years ago

This line is actually the modeline with a tiny font (size = 0.1) and a black overline. Does that answer your question?

ieremies commented 3 years ago

It actually does because now I can search for this modeline face and see the reason why this black line is that, for some reason, it has an underline:

Face: mode-line (sample) (customize this face)

Documentation:
Basic mode line face for selected window.

Defined in ‘faces.el’.

           Family: unspecified
          Foundry: unspecified
            Width: unspecified
           Height: 0.1
           Weight: unspecified
            Slant: unspecified
       Foreground: #37474F
DistantForeground: unspecified
       Background: #FFFFFF
        Underline: t
         Overline: nil
   Strike-through: unspecified
              Box: nil
          Inverse: unspecified
          Stipple: unspecified
             Font: unspecified
          Fontset: unspecified
           Extend: unspecified
          Inherit: unspecified

Will try to find where does it come from. Thanks!

rougier commented 3 years ago

the modeline is partly defined here. If you want to get rid of it, just comment line 510