Specify an internal border for Emacs
This commit is contained in:
parent
06acbed5a4
commit
2186b26e8a
2 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,6 @@ urxvt.color15: #ededed
|
||||||
Emacs.useXIM: off
|
Emacs.useXIM: off
|
||||||
Emacs.borderWidth: 0
|
Emacs.borderWidth: 0
|
||||||
Emacs.foreground: #eeeeec
|
Emacs.foreground: #eeeeec
|
||||||
Emacs.internalBorder: 0
|
|
||||||
Emacs.paneFont: Fantasque Sans Mono-13
|
Emacs.paneFont: Fantasque Sans Mono-13
|
||||||
Emacs.pointerColor: #eeeeec
|
Emacs.pointerColor: #eeeeec
|
||||||
Emacs*menu*font: Fantasque Sans Mono-13
|
Emacs*menu*font: Fantasque Sans Mono-13
|
||||||
|
|
|
@ -29,3 +29,7 @@ Emacs.mode-line.attributeBox: unspecified
|
||||||
|
|
||||||
! My preferred font.
|
! My preferred font.
|
||||||
Emacs.font: Fantasque Sans Mono-13
|
Emacs.font: Fantasque Sans Mono-13
|
||||||
|
|
||||||
|
! Instead of having the window manager add a border, add an internal
|
||||||
|
! border to Emacs, for style!
|
||||||
|
Emacs.internalBorder: 15
|
||||||
|
|
Loading…
Reference in a new issue