How to disable fringe in Emacs? -


first, try use (fringe-mode -1), picture below, there thin fringe on right of linum line.

enter image description here

and then, try use (set-fringe-mode '(0 . 0)) specify left-fringe , right-fringe zero. fringes disappear. got strange appearance. while emacs start up, frame thinner , thinner, until narrow thin line(i don't how explain it, see pictures below).

  1. startup - loading dotfiles enter image description here

  2. getting thiner enter image description here

  3. finally enter image description here

and now, set (set-fringe-mode '(0 . 1)), , there 1 fringe on right of buffer.

how (set-fringe-mode 0)? that's value no-fringes in fringe-styles alist.

if doesn't work, too, think should submit bug report.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -