File: dot.emacs.el

package info (click to toggle)
goby 1.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,344 kB
  • ctags: 318
  • sloc: lisp: 2,090; makefile: 72; sh: 54
file content (54 lines) | stat: -rw-r--r-- 1,718 bytes parent folder | download | duplicates (4)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
;;; dot.emacs --- sample of ~/.emacs for Goby  -*-mode: emacs-lisp;-*-

(setq goby-helvetica  "ascender-liberation.sans-medium")
(setq goby-times      "ascender-liberation.serif-medium")
(setq goby-courier    "ascender-liberation.mono-medium")

;;(setq goby-helvetica  "dejavu-dejavu sans-medium")
;;(setq goby-times      "dejavu-dejavu serif-medium")
;;(setq goby-courier    "dejavu-dejavu sans mono-medium")

;;(setq goby-helvetica  "helvetica")
;;(setq goby-times      "times")
;;(setq goby-courier    "courier")

(setq goby-gothic     "ume font-gothic-medium")
(setq goby-mincho     "ume font-mincho-medium")

;;(setq goby-gothic     "vlgothic-gothic-medium")

;;(setq goby-gothic     "sazanami-gothic-medium")
;;(setq goby-mincho     "sazanami-mincho-medium")

;;(setq goby-gothic     "kiloji-gothic-medium")
;;(setq goby-helvetica  "kiloji-gothic-medium")

;;(setq goby-mincho     "mona-mona-medium")
;;(setq goby-courier    "mona-mona-medium")

;;(setq goby-gothic     "kochi-gothic-medium")
;;(setq goby-mincho     "kochi-mincho-medium")

;;(setq goby-gothic     "gothic")
;;(setq goby-mincho     "mincho")

(setq goby-use-advanced-window-manager t)
;;(setq goby-use-advanced-window-manager nil)

;;(setq goby-theme 'dark)
;;(setq goby-theme 'light)

;;(setq goby-tab-spec
;;      '((0 6 "gray25"  "gray50")
;;	(1 5 "#004080" "#007080")
;;	(2 4 "#006080" "#009080")
;;	(3 3 "#008080" "#00b080")))

;;(setq goby-window-manager-top-position 0)
;;(setq goby-window-manager-left-position 0)
;;(setq goby-window-manager-view-top-position -22)
;;(setq goby-window-manager-view-left-position 0)
;;(setq goby-window-manager-bottom-margin 5)
;;(setq goby-window-manager-bottom-search-margin 3)

;;; dot.emacs ends here