Skip to content

Commit

Permalink
добавлены настройки для GNU Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
shvorin committed Feb 13, 2012
1 parent 78db76b commit bc9fc23
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@
! emacs, xemacs

xemacs.geometry: 110x46+0+0
Emacs.default.attributeFont: -misc-fixed-medium-r-normal--*-120-100-100-c-*-*-*
Emacs.bold.attributeFont: -misc-fixed-bold-r-normal--*-120-100-100-c-*-*-*
Emacs.italic.attributeFont: -misc-fixed-medium-o-normal--*-120-100-100-c-*-*-*
Emacs.bold-italic.attributeFont: -misc-fixed-bold-o-normal--*-120-100-100-c-*-*-*
xemacs.default.attributeFont: -misc-fixed-medium-r-normal--*-120-100-100-c-*-*-*
xemacs.bold.attributeFont: -misc-fixed-bold-r-normal--*-120-100-100-c-*-*-*
xemacs.italic.attributeFont: -misc-fixed-medium-o-normal--*-120-100-100-c-*-*-*
xemacs.bold-italic.attributeFont: -misc-fixed-bold-o-normal--*-120-100-100-c-*-*-*

Emacs*menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*
Emacs*popup*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*
xemacs*menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*
xemacs*popup*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*

! FIXME: thay say "XIM fontset (defaults to system fontset default)", but
! "default fontset" seems to be unset. TODO: look up XtDefaultFontSet in
! xemacs21 sources.
*EmacsFrame.FontSet: -misc-fixed-medium-r-normal--*-120-100-100-c-*-*-*
*xemacsFrame.FontSet: -misc-fixed-medium-r-normal--*-120-100-100-c-*-*-*

emacs.font: -misc-fixed-*-*-normal--*-120-100-100-c-*-*-*


kvt.geometry: 30x25+00+20

Expand Down
25 changes: 25 additions & 0 deletions .emacs
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(blink-cursor-mode nil)
'(calendar-week-start-day 1)
'(column-number-mode t)
'(display-time-24hr-format t)
'(display-time-mode t)
'(european-calendar-style t)
'(fill-column 80)
'(mouse-yank-at-point t)
'(split-width-threshold nil)
'(tab-width 4)
'(tool-bar-mode nil)
'(visible-bell t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)

(load-file "~/.emacs.d/init.el")

0 comments on commit bc9fc23

Please sign in to comment.