Recent Changes - Search:

Frank

PmWiki

pmwiki.org

edit SideBar

Emacs Konfiguration

Die Konfigurations-Datei .emacs ist bei Windows 7 standardmäßig unter C:\Users\FSauerland\AppData\Roaming zu finden.

(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-output-view-style (quote (("^dvi$" "^pstricks$\\|^pst-\\|^psfrag$" "dvips %d -o && start \"\" %f") ("^dvi$" "." "yap -1 %dS %d") ("^pdf$" "." "start D:/FSauerland/LaTeX/TeXworks.exe %o") ("^html?$" "." "start \"\" %o"))))
 '(auto-save-default nil)
 '(display-time-24hr-format t)
 '(display-time-mode t)
 '(font-latex-fontify-sectioning (quote color))
 '(inhibit-startup-screen t)
 '(initial-buffer-choice nil)
 '(initial-scratch-message nil)
 '(word-wrap 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.
 )

(tool-bar-mode -1)

(require 'pc-mode)
(pc-bindings-mode)
(pc-selection-mode)

(require 'tex-mik)

(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)
(setq TeX-open-quote "\"`")
(setq TeX-close-quote "\"'")

(global-set-key "\C-cg" 'goto-line);;Goto line
(global-set-key "\C-ci" 'ispell-buffer);;Start Ispell
(setq ispell-dictionary "deutsch8")

(set-frame-height (selected-frame) 40)
(set-frame-width (selected-frame) 90)
Edit - History - Print - Recent Changes - Search
Page last modified on January 26, 2016, at 10:14 AM