aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/.coqiderc
blob: 9e10620fb213a53aebc13f0c76655663f250c3c0 (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
binding "text" {
  bind "<ctrl>k" { "set-anchor" ()
		   "move-cursor" (paragraphs,1,0)
		   "cut-clipboard" ()	
		}
}
class "GtkTextView" binding "text"


style "views" {
font_name = "Monospace 10"
}
class "GtkTextView" style "views"

widget "*.*.*.*.*.ScriptWindow" style "views"
widget "*.*.*.*.GoalWindow" style "views"
widget "*.*.*.*.MessageWindow" style "views"

style "menu" {
font_name = "Serif 10"
}


class "GtkLabel" style "menu"

gtk-key-theme-name = "Emacs"