summaryrefslogtreecommitdiffstats
path: root/x11/.config/Xresources/Emacs.conf
blob: b1dcb59ab1456fb936766be0e76c70b4133be4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
!! If I talk like Data in this file, that is because Xresources do not
!! allow all characters to appear in comments.

!! All of these settings were inspired by the Emacs configuration of
!! Vasilij Schneidermann:
!! https://github.com/wasamasa/dotemacs/blob/master/init.org

! These UI elements are useful when working with the mouse. I do not,
! so they are not all that useful to me.
Emacs.menuBar: off
Emacs.toolBar: off
Emacs.verticalScrollBars: off

! Blinking cursors are just annoying. In fact, almost anything that
! blinks incessantly is rather annoying.
Emacs.cursorBlink: off

! Switching colors from the default background to the one in my Emacs
! theme gives me a headache. It is much nicer to have my preferred
! color from the start. This color has been defined in my main
! .Xdefaults.
Emacs.background: backgroundColor

! These settings do not match the ones in my Emacs theme, but they are
! closer to the ones in my SVG mode-line theme.
Emacs.mode-line.attributeForeground: foregroundColor
Emacs.mode-line.attributeBackground: backgroundColor
Emacs.mode-line.attributeBox: unspecified

! My preferred font.
Emacs.font: Fantasque Sans Mono-15

! Instead of having the window manager add a border, add an internal
! border to Emacs, for style!
Emacs.internalBorder: 15