forked from trongthanh/geany-osx-essentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeany.conf
27 lines (21 loc) · 842 Bytes
/
geany.conf
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
# This file is kept in the application bundle and copied into the user's
# config directory on first run of the launcher script if it doesn't already
# exist, so that it already exists even before Geany's first run. This
# allows to supply some special customizations without hacking the source
# code with a bunch of #if/#else macros.
[geany]
# The hard-coded default fonts are terrible on OSX (wrong face, too-small)
editor_font=Monaco 13
tagbar_font=Lucida Grande 13
msgwin_font=Lucida Grande 13
# Because I love the Fluffy theme the most :)
color_scheme=fluffy.conf
# Beep? naw
beep_on_errors=false
#-------------------------------------------------------------------------
[tools]
term_cmd=open -a Terminal
browser_cmd=open -a Safari
#-------------------------------------------------------------------------
[VTE]
load_vte=true