GithubHelp home page GithubHelp logo

Comments (3)

hlissner avatar hlissner commented on August 19, 2024 1

For reference, here is my window-divider config:

;; `window-divider-mode' gives us finer control over the border between windows.
;; The native border "consumes" a pixel of the left fringe on righter-most splits 
;; (in Yamamoto's emacs-mac at least), window-divider does not.
;; NOTE Only available on Emacs 25.1+
(when (boundp 'window-divider-mode)
  (setq window-divider-default-places t
        window-divider-default-bottom-width 1
        window-divider-default-right-width 1)
  (window-divider-mode +1))

EDIT: For posterity, I posted this on stackexchange as well.

from themes.

hlissner avatar hlissner commented on August 19, 2024

If you're using my emacs.d (or copied anything from core/core-ui.el), chances are you're also using window-divider-mode, which adds this border. You can either:

  • Set the bottom border's width to 0: (setq window-divider-default-bottom-width 0)
  • Turn off the bottom border: (setq window-divider-default-places 'right-only)
  • or turn off window-divider-mode altogether: (window-divider-mode -1)

from themes.

rjww avatar rjww commented on August 19, 2024

Brilliant, thanks. I've pulled a lot of stuff from your config, and that was one of the pieces.

from themes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.