(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. '(TeX-PDF-mode t) '(TeX-save-query nil) '(case-fold-search t) '(column-number-mode t) '(csv-align-style (quote right)) '(current-language-environment "UTF-8") '(default-input-method "russian-computer") '(dictionary-create-buttons nil) '(dictionary-default-dictionary "ru-en--en-ru") '(dictionary-server "dict.dvo.ru") '(dired-listing-switches "-l --group-directories-first") '(ediff-split-window-function (quote split-window-horizontally)) '(ediff-window-setup-function (quote ediff-setup-windows-plain)) '(global-visual-line-mode t) '(gnus-select-method (quote (nntp "news.gmane.org"))) '(ibuffer-enable t) '(ibuffer-never-show-predicates (quote ("^\\*.*")) nil (ibuf-ext)) '(kill-whole-line t) '(list-directory-brief-switches "-CF --group-directories-first") '(list-directory-verbose-switches "-l --group-directories-first") '(mouse-wheel-mode t) '(org-insert-mode-line-in-empty-file t) '(org-support-shift-select (quote always)) '(pc-selection-mode t) '(pp^L-^L-string-function (lambda (window) (make-string (1- (window-width window)) 32))) '(pp^L-^L-string-pre "") '(pretty-control-l-mode t) '(reftex-plug-into-AUCTeX t) '(ropemacs-enable-autoimport t) '(scroll-conservatively 50) '(scroll-margin 5) '(scroll-preserve-screen-position t) '(sentence-end-double-space nil) '(show-paren-mode t) '(svn-status-default-export-directory "~/study") '(svn-status-fancy-file-state-in-modeline nil) '(svn-status-preserve-window-configuration t) '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify))) '(tool-bar-mode nil) '(truncate-lines t) '(use-dialog-box nil) '(w3m-coding-system (quote utf-8)) '(w3m-default-coding-system (quote utf-8)) '(w3m-file-coding-system (quote utf-8)) '(w3m-file-name-coding-system (quote utf-8)) '(w3m-terminal-coding-system (quote utf-8)) '(w3m-use-cookies t) '(x-select-enable-clipboard t) '(x-select-request-type (quote UTF8_STRING) 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. '(pp^L-highlight ((t (:inherit shadow :strike-through t)))) '(tooltip ((((class color)) (:inherit variable-pitch :background "lightyellow" :foreground "black" :height 0.83333))))) ;; --- AucTeX --- (add-hook 'LaTeX-mode-hook 'turn-on-reftex) (eval-after-load "tex" '(setcdr (assoc "^pdf$" TeX-output-view-style) '("." "evince %o"))) ;; --- Key bindings --- (global-set-key [f15] 'toggle-input-method) (global-set-key [(control tab)] 'next-buffer) (global-set-key [(control shift iso-lefttab)] 'previous-buffer) (global-set-key [(control f4)] 'kill-this-buffer) (global-set-key [(f5)] 'delete-other-windows) ;(global-set-key [(f6)] 'other-window) (global-set-key [(f9)] 'ibuffer) ;(global-set-key [(f10)] 'menu-bar-open) (global-set-key [(f11)] 'svn-status) (global-set-key [(f12)] '(lambda() (interactive) (find-file remember-data-file))) (global-set-key [(control f12)] 'remember) (global-set-key [(control \`)] 'dictionary-search) (global-set-key [(meta \?)] 'find-name-dired)