]> git.donarmstrong.com Git - home-base.git/blob - .emacs
* update emacs
[home-base.git] / .emacs
1 (custom-set-variables
2   ;; custom-set-variables was added by Custom.
3   ;; If you edit it by hand, you could mess it up, so be careful.
4   ;; Your init file should contain only one such instance.
5   ;; If there is more than one, they won't work right.
6  '(bibtex-user-optional-fields (quote (("annote" "Personal annotation (ignored)") ("abstract" "") ("pmid" "") ("doi" ""))))
7  '(calendar-latitude [33 57 north])
8  '(calendar-longitude [117 24 west])
9  '(case-fold-search t)
10  '(confirm-kill-emacs (quote y-or-n-p))
11  '(cperl-lazy-help-time nil)
12  '(debian-changelog-mailing-address "don@debian.org")
13  '(display-time t)
14  '(display-time-24hr-format t)
15  '(display-time-day-and-date t)
16  '(display-time-mode t)
17  '(font-latex-fontify-script nil)
18  '(font-latex-fontify-sectioning (quote color))
19  '(font-latex-script-display (quote (nil)))
20  '(global-auto-revert-mode t)
21  '(global-font-lock-mode t nil (font-lock))
22  '(global-set-key "\347" t)
23  '(iswitchb-mode t)
24  '(iswitchb-prompt-newbuffer nil)
25  '(log-edit-keep-buffer t)
26  '(mail-user-agent (quote sendmail-user-agent))
27  '(mutt-alias-file-list (quote ("~/.mutt/aliases" "~/.mail_aliases")))
28  '(org-agenda-files (quote ("~/projects/debbugs/notes.org" "~/projects/notes/notes.org" "~/projects/origins_of_life/paper/figure_list.org" "~/projects/origins_of_life/notes.org" "~/projects/sysadmin/sndservers/notes.org")))
29  '(post-email-address "don@donarmstrong.com")
30  '(post-kill-quoted-sig nil)
31  '(post-mail-message "mutt\\(ng\\|\\)-[a-z0-9]+-[0-9]+-.*")
32  '(post-uses-fill-mode nil)
33  '(ps-footer-font-size (quote (8 . 10)))
34  '(ps-header-font-size (quote (8 . 10)))
35  '(ps-header-title-font-size (quote (10 . 10)))
36  '(ps-line-number-color "blue")
37  '(ps-print-footer t)
38  '(ps-print-footer-frame nil)
39  '(ps-print-only-one-header t)
40  '(safe-local-variable-values (quote ((auto-save-default) (make-backup-files))))
41  '(sentence-end "[.?!][]\"')]*\\($\\|   \\| \\)[        
42 ]*")
43  '(sentence-end-double-space nil)
44  '(show-paren-mode t)
45  '(tool-bar-mode nil nil (tool-bar))
46  '(user-mail-address "don@donarmstrong.com"))
47 (fset 'perl-mode 'cperl-mode)
48 ;;(load-file "cperl-mode.el")
49 (add-to-list 'load-path '"~/lib/emacs_el/")
50 (add-to-list 'load-path '"~/lib/emacs_el/tiny-tools/tiny")
51 (add-to-list 'load-path '"~/lib/emacs_el/tiny-tools/other")
52 ;;(add-to-list 'Tex-style-path '"~/lib/emacs_el/auctex/")
53
54 (require 'tiny-setup)
55 (require 'tinyprocmail)
56
57 (require 'tex-site)
58 ;;(require 'psvn)
59 (require 'cperl-mode)
60 ;;(require 'ecasound)
61 ;;(require 'emacs-wiki)
62 (require 'bibtex)
63 (require 'post)
64 ;;(require 'fixme)
65 (require 'google-weather)
66 (require 'org-google-weather)
67
68 (global-set-key "\C-xp" 'server-edit)
69
70 (setq auto-mode-alist (cons '("\.wml$" . 
71                               (lambda () (html-mode) (auto-fill-mode)))
72                             auto-mode-alist))
73
74 ;; Use c-mode for perl .xs files
75 (add-to-list 'auto-mode-alist '("\\.xs\\'" . c-mode))
76 (add-to-list 'auto-mode-alist '("\\.\\([pP][Llm]\\|al\\)\\'" . cperl-mode))
77 (add-to-list 'interpreter-mode-alist '("perl" . cperl-mode))
78 (add-to-list 'interpreter-mode-alist '("perl5" . cperl-mode))
79 (add-to-list 'interpreter-mode-alist '("miniperl" . cperl-mode))
80
81 (add-to-list 'auto-mode-alist '("muttng-[a-z0-9]+-[0-9]+-" . post-mode))
82 (add-to-list 'auto-mode-alist '("muttngrc" . muttrc-mode))
83
84 (add-to-list 'auto-mode-alist '("mutt-[a-z0-9]+-[0-9]+-" . post-mode))
85 (add-to-list 'auto-mode-alist '("muttrc" . muttrc-mode))
86
87
88 (global-unset-key "\M-g")
89 (global-set-key "\M-g" 'goto-line)
90
91 ;;(autoload 'perl-mode "cperl-mode"
92 ;;  "alternate mode for editing Perl programs" t)
93
94 ;; self-insert-command hack.
95 ;;   Without this, "if<SP>" expands to
96 ;;   if ( -!-) {
97 ;;   }
98 ;;   which really should be,
99 ;;   if (-!-) {
100 ;;   }
101 (setq cperl-hairy t
102       cperl-indent-level 4
103 ;;      cperl-auto-newline t
104 ;;      cperl-auto-newline-after-colon t
105       cperl-continued-statement-offset 4
106       cperl-brace-offset -4
107       cperl-label-offset -4
108       cperl-highlight-variables-indiscriminately t
109       cperl-electric-lbrace-space nil
110       )
111 (add-hook 'cperl-mode-hook (lambda () (cperl-set-style "PerlStyle")))
112
113
114
115 ;(load-library "php-mode")
116
117 (setq c-indent-level 8)
118 (setq c-brace-imaginary-offset 0)
119 (setq c-brace-offset -8)
120 (setq c-argdecl-indent 8)
121 (setq c-label-offset -8)
122 (setq c-continued-statement-offset 8)
123 (setq indent-tabs-mode nil)
124 (setq tab-width 8)
125
126
127 ;; (autoload 'php-mode "php-mode" "PHP editing mode" t)
128 ;; (add-to-list 'auto-mode-alist '("\\.php3?\\'" . php-mode))
129 ;; (add-to-list 'auto-mode-alist '("\\.phtml?\\'" . php-mode))
130 ;; (add-to-list 'auto-mode-alist '("\\.php?\\'" . php-mode))
131 ;; (add-to-list 'auto-mode-alist '("\\.php4?\\'" . php-mode))
132
133 ;; REFTEX (much enhanced management of cross-ref, labels, etc)
134 ;; http://www.strw.leidenuniv.nl/~dominik/Tools/reftex/
135 (autoload 'reftex-mode     "reftex" "RefTeX Minor Mode" t)
136 (autoload 'turn-on-reftex  "reftex" "RefTeX Minor Mode" nil)
137 (autoload 'reftex-citation "reftex-cite" "Make citation" nil)
138 (autoload 'reftex-index-phrase-mode "reftex-index" "Phrase mode" t)
139 (add-hook 'LaTeX-mode-hook 'turn-on-reftex)   ; with AUCTeX LaTeX mode
140 (add-hook 'latex-mode-hook 'turn-on-reftex)   ; with Emacs latex mode
141 (add-hook 'LaTeX-mode-hook 'outline-minor-mode)   ; with AUCTeX LaTeX mode
142 (add-hook 'latex-mode-hook 'outline-minor-mode)   ; with Emacs latex mode
143
144 ;; (TeX-add-style-hook
145 ;;  "latex"
146 ;;  (lambda ()
147 ;;    (TeX-add-symbols
148 ;;     '("DLA" 1))))
149 ;; (custom-set-variables
150 ;;  '(font-latex-user-keyword-classes 
151 ;;    '(("fixme" 
152 ;;       ("DLA" "RZ")
153 ;;       font-lock-function-name-face 2 (command 1 t))))
154 ;; ) 
155
156 (require 'font-latex)
157 (add-to-list 'font-latex-match-reference-keywords "fref")
158 (add-to-list 'font-latex-match-reference-keywords "Fref")
159 (add-to-list 'font-latex-match-reference-keywords "citep")
160 (add-to-list 'font-latex-match-reference-keywords "citet")
161 (font-latex-match-reference-make)
162 (add-to-list 'font-latex-match-function-keywords "DLA")
163 (add-to-list 'font-latex-match-function-keywords "RZ")
164 (add-to-list 'font-latex-match-function-keywords "fixme")
165 (add-to-list 'font-latex-match-function-keywords "acs")
166 (add-to-list 'font-latex-match-function-keywords "acsp")
167 (add-to-list 'font-latex-match-function-keywords "ac")
168 (add-to-list 'font-latex-match-function-keywords "acp")
169 (add-to-list 'font-latex-match-function-keywords "acl")
170 (add-to-list 'font-latex-match-function-keywords "aclp")
171 (add-to-list 'font-latex-match-function-keywords "acsu")
172 (add-to-list 'font-latex-match-function-keywords "aclu")
173 (add-to-list 'font-latex-match-function-keywords "acused")
174 (font-latex-match-function-make)
175 (setq TeX-parse-self t)
176 (setq TeX-auto-save t)
177 (setq-default TeX-master nil)
178
179 (defun insert-date ()
180   "Insert date at point."
181   (interactive)
182   (insert (format-time-string "%A, %B %e, %Y %k:%M:%S %Z")))
183 (global-set-key "\C-[d" 'insert-date)
184
185 (defun unfill-paragraph (arg)
186   "Pull this whole paragraph up onto one line."
187   (interactive "*p")
188   (let ((fill-column 10000))
189     (fill-paragraph arg))
190   )
191
192 ;(iswitchb-default-keybindings)
193
194 (column-number-mode t)
195 (setq reftex-plug-into-AUCTeX t)
196
197 (server-start)
198
199 (require 'mode-compile)
200
201 (setq reftex-default-bibliography
202       '("references.bib"))
203
204 (defadvice server-process-filter (after post-mode-message first activate)
205   "If the buffer is in post mode, overwrite the server-edit
206     message with a post-save-current-buffer-and-exit message."
207   (if (eq major-mode 'post-mode)
208       (message
209        (substitute-command-keys "Type \\[describe-mode] for help composing; \\[post-save-current-buffer-and-exit] when done."))))
210                                         ; This is also needed to see the magic message.  Set to a higher
211                                         ; number if you have a faster computer or read slower than me.
212 '(font-lock-verbose 1000)
213 ;(setq server-temp-file-regexp "mutt\(-\|ng-\)")
214 ; (add-hook 'server-switch-hook 
215 ;         (function (lambda()
216 ;                     (cond ((string-match "Post" mode-name)
217 ;                            (post-goto-body)))
218 ;                     set-buffer-file-coding-system 'utf-8
219 ;                     )))
220
221
222 (add-hook 'post-mode-hook
223           (auto-fill-mode nil)
224           )
225
226 (fset 'insert-function-documentation
227    [?\C-x ?i home ?\C-k ?/ ?h ?o ?m ?e ?/ ?d ?o ?n ?/ ?l ?i ?b ?/ ?t ?e ?m ?p ?l ?a ?t ?e ?s ?/ ?p ?e ?r ?l ?_ ?f ?u ?n ?c ?t ?i ?o ?n ?_ ?d ?o ?c ?u ?m ?e ?n ?t ?a ?t ?i ?o ?n return])
228 (global-set-key "\M-f" 'insert-function-documentation)
229
230 (eval-after-load "lilypond-mode" 
231   '(progn
232      (load-library "lyqi-mode")
233      (define-key LilyPond-mode-map "\C-cq" 'lyqi-mode)))
234
235 (autoload 'spamassassin-mode "spamassassin-mode" nil t)
236
237 (desktop-load-default)
238 (desktop-read)
239 '(iswitchb-mode on)
240 (custom-set-faces
241   ;; custom-set-faces was added by Custom.
242   ;; If you edit it by hand, you could mess it up, so be careful.
243   ;; Your init file should contain only one such instance.
244   ;; If there is more than one, they won't work right.
245  '(menu ((((type x-toolkit)) (:background "black" :foreground "grey90")))))
246
247 (defun ess-change-directory (path)
248   "Set the current working directory to PATH for both *R* and Emacs."
249   (interactive "DDirectory to change to: ")
250
251   (when (file-exists-p path)
252     (ess-command (concat "setwd(\"" path "\")\n"))
253     ;; use file-name-as-directory to ensure it has trailing /
254     (setq default-directory (file-name-as-directory path))))
255
256 (put 'upcase-region 'disabled nil)
257
258 (put 'downcase-region 'disabled nil)
259
260 ;; The following lines are always needed. Choose your own keys.
261 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
262 (add-hook 'org-mode-hook 'turn-on-font-lock) ; not needed when global-font-lock-mode is on
263 (global-set-key "\C-cl" 'org-store-link)
264 (global-set-key "\C-ca" 'org-agenda)
265 (global-set-key "\C-cb" 'org-iswitchb)
266 (setq org-log-done 'time)
267 (setq org-log-done 'note)