]> git.donarmstrong.com Git - emacs.git/blob - .emacs
add reviews
[emacs.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" t)
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  '(markdown-enable-math t)
28  '(markdown-follow-wiki-link-on-enter nil)
29  '(mutt-alias-file-list (quote ("~/.mutt/aliases" "~/.mail_aliases")))
30  '(post-email-address "don@donarmstrong.com")
31  '(post-kill-quoted-sig nil)
32  '(post-mail-message "mutt\\(ng\\|\\)-[a-z0-9]+-[0-9]+-.*")
33  '(post-uses-fill-mode nil)
34  '(ps-footer-font-size (quote (8 . 10)))
35  '(ps-header-font-size (quote (8 . 10)))
36  '(ps-header-title-font-size (quote (10 . 10)))
37  '(ps-line-number-color "blue")
38  '(ps-print-footer t)
39  '(ps-print-footer-frame nil)
40  '(ps-print-only-one-header t)
41  '(safe-local-variable-values (quote ((auto-save-default) (make-backup-files))))
42  '(sentence-end "[.?!][]\"')]*\\($\\|   \\| \\)[        
43 ]*")
44  '(sentence-end-double-space nil)
45  '(show-paren-mode t)
46  '(tool-bar-mode nil nil (tool-bar))
47  '(user-mail-address "don@donarmstrong.com")
48  '(vc-delete-logbuf-window nil)
49  '(vc-follow-symlinks t))
50
51 ;; use git before SVN; use CVS earlier, because I have CVS
52 ;; repositories inside of git directories
53 (setq vc-handled-backends (quote (CVS Git RCS SVN SCCS Bzr Hg Mtn Arch)))
54
55 ;; switch back to the old primary selection method
56 (setq x-select-enable-clipboard nil)
57 (setq x-select-enable-primary t)
58 ; (setq mouse-drag-copy-region t)
59
60 (fset 'perl-mode 'cperl-mode)
61 ;;(load-file "cperl-mode.el")
62 (add-to-list 'load-path '"~/lib/emacs_el/")
63 ;; this is the tiny-tools module from https://github.com/jaalto/project--emacs-tiny-tools.git
64 (add-to-list 'load-path '"~/lib/emacs_el/tiny-tools/lisp/tiny")
65 (add-to-list 'load-path '"~/lib/emacs_el/tiny-tools/lisp/other")
66 ;;(add-to-list 'Tex-style-path '"~/lib/emacs_el/auctex/")
67
68 (setq tinyprocmail--procmail-version "v3.22")
69 (add-hook 'tinyprocmail--load-hook 'tinyprocmail-install)
70 (require 'tinyprocmail)
71
72 (require 'vcl-mode)
73
74 (require 'tex-site)
75 ;;(require 'psvn)
76 (require 'cperl-mode)
77 ;;(require 'ecasound)
78 ;;(require 'emacs-wiki)
79 (require 'bibtex)
80 (require 'post)
81 ;;(require 'fixme)
82 (require 'google-weather)
83 (require 'org-google-weather)
84 (setq-default org-google-weather-format "%i %c, [%l,%h] %s %C")
85
86 ; http://julien.danjou.info/projects/emacs-packages#rainbow-mode
87 ; this colorizes color strings
88 (require 'rainbow-mode)
89 ; add ess to the x major mode
90 (add-to-list 'rainbow-x-colors-major-mode-list 'ESS[S])
91 (add-to-list 'rainbow-x-colors-major-mode-list 'ESS[R])
92
93 ; org mode agenda files
94 (setq org-agenda-files
95       (quote ("~/projects/debbugs/debbugs.org"
96               "~/projects/notes/notes.org"
97               "~/projects/origins_of_life/ool.org"
98               "~/projects/sysadmin/sndservers/sndservers.org"
99               "~/projects/chaim/chaim.org"
100               "~/projects/chaim/papers/gwas_paper_2012/gwas_paper.org"
101           "~/projects/reviews/reviews.org"
102               "~/projects/fh/fh.org")))
103
104 (setq org-global-properties '(("Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00")))
105 (setq org-columns-default-format "%40ITEM(Task) %TAGS %PRIORITY %TODO %13SCHEDULED %17Effort(Estimated Effort){:} %CLOCKSUM")
106
107 (setq org-default-notes-file "~/projects/notes/notes.org")
108 (setq org-capture-templates  ;; mail-specific note template, identified by "m"
109       '(("m" "Mail" entry (file+headline "~/projects/notes/refile.org" "Mail")
110          "* %?\n\n  Source: %u, %c\n  %i")
111         ("t" "todo" entry (file "~/projects/notes/refile.org")
112          "* TODO %?\n%U\n%a\n" :clock-in t :clock-resume t)
113         ("r" "respond" entry (file "~/projects/notes/refile.org")
114          "* NEXT Respond to %:from on %:subject\nSCHEDULED: %t\n%U\n%a\n" :clock-in t :clock-resume t :immediate-finish t)
115         ("n" "note" entry (file "~/projects/notes/refile.org")
116          "* %? :NOTE:\n%U\n%a\n" :clock-in t :clock-resume t)
117         ("j" "Journal" entry (file+datetree "~/projects/notes/diary.org")
118          "* %?\n%U\n" :clock-in t :clock-resume t)
119         ("w" "org-protocol" entry (file "~/projects/notes/refile.org")
120          "* TODO Review %c\n%U\n" :immediate-finish t)
121         ("p" "Phone call" entry (file "~/projects/notes/refile.org")
122          "* PHONE %? :PHONE:\n%U" :clock-in t :clock-resume t)
123         ("h" "Habit" entry (file "~/projects/notes/refile.org")
124          "* NEXT %?\n%U\n%a\nSCHEDULED: %(format-time-string \"<%Y-%m-%d %a .+1d/3d>\")\n:PROPERTIES:\n:STYLE: habit\n:REPEAT_TO_STATE: NEXT\n:END:\n")
125         )
126       )
127
128 ;; Remove empty LOGBOOK drawers on clock out
129 (defun bh/remove-empty-drawer-on-clock-out ()
130   (interactive)
131   (save-excursion
132     (beginning-of-line 0)
133     (org-remove-empty-drawer-at "LOGBOOK" (point))))
134
135 (add-hook 'org-clock-out-hook 'bh/remove-empty-drawer-on-clock-out 'append)
136
137
138 ; resolve clocks after 10 minutes of idle; use xprintidle
139 (setq org-clock-idle-time 10)
140 (setq org-clock-x11idle-program-name "xprintidle")
141
142 ; this is from http://doc.norang.ca/org-mode.html#Capture
143 ; use C-M-r for org mode capture
144 (global-set-key (kbd "C-M-r") 'org-capture)
145
146 ; Targets include this file and any file contributing to the agenda - up to 9 levels deep
147 (setq org-refile-targets (quote ((nil :maxlevel . 9)
148                                  (org-agenda-files :maxlevel . 9))))
149
150 ; Use full outline paths for refile targets - we file directly with IDO
151 (setq org-refile-use-outline-path t)
152
153 ; Targets complete directly with IDO
154 (setq org-outline-path-complete-in-steps nil)
155
156 ; Allow refile to create parent tasks with confirmation
157 (setq org-refile-allow-creating-parent-nodes (quote confirm))
158
159 ; Use IDO for both buffer and file completion and ido-everywhere to t
160 (setq org-completion-use-ido t)
161 (setq ido-everywhere t)
162 (setq ido-max-directory-size 100000)
163 (ido-mode (quote both))
164
165 ;;;; Refile settings
166 ; Exclude DONE state tasks from refile targets
167 (defun bh/verify-refile-target ()
168   "Exclude todo keywords with a done state from refile targets"
169   (not (member (nth 2 (org-heading-components)) org-done-keywords)))
170
171 (setq org-refile-target-verify-function 'bh/verify-refile-target)
172
173 ;; ensure that emacsclient will show just the note to be edited when invoked
174 ;; from Mutt, and that it will shut down emacsclient once finished;
175 ;; fallback to legacy behavior when not invoked via org-protocol.
176 (require 'org-protocol)
177 (add-hook 'org-capture-mode-hook 'delete-other-windows)
178 (setq my-org-protocol-flag nil)
179 (defadvice org-capture-finalize (after delete-frame-at-end activate)
180   "Delete frame at remember finalization"
181   (progn (if my-org-protocol-flag (delete-frame))
182          (setq my-org-protocol-flag nil)))
183 (defadvice org-capture-refile (around delete-frame-after-refile activate)
184   "Delete frame at remember refile"
185   (if my-org-protocol-flag
186       (progn
187         (setq my-org-protocol-flag nil)
188         ad-do-it
189         (delete-frame))
190     ad-do-it)
191   )
192 (defadvice org-capture-kill (after delete-frame-at-end activate)
193   "Delete frame at remember abort"
194   (progn (if my-org-protocol-flag (delete-frame))
195          (setq my-org-protocol-flag nil)))
196 (defadvice org-protocol-capture (before set-org-protocol-flag activate)
197   (setq my-org-protocol-flag t))
198
199
200 ; this comes from http://upsilon.cc/~zack/blog/posts/2010/02/integrating_Mutt_with_Org-mode/
201 (defun open-mail-in-mutt (message)
202   "Open a mail message in Mutt, using an external terminal.
203
204 Message can be specified either by a path pointing inside a
205 Maildir, or by Message-ID."
206   (interactive "MPath or Message-ID: ")
207   (shell-command
208    (format "xterm -e \"%s %s\""
209        (substitute-in-file-name "$HOME/bin/mutt_open") message)))
210
211 ;; add support for "mutt:ID" links
212 (org-add-link-type "mutt" 'open-mail-in-mutt)
213
214
215 (global-set-key "\C-xp" 'server-edit)
216
217 (setq-default auto-mode-alist (cons '("\.wml$" . 
218                               (lambda () (html-mode) (auto-fill-mode)))
219                             auto-mode-alist))
220
221 ;; Use c-mode for perl .xs files
222 (add-to-list 'auto-mode-alist '("\\.xs\\'" . c-mode))
223 (add-to-list 'auto-mode-alist '("\\.\\([pP][Llm]\\|al\\)\\'" . cperl-mode))
224 (add-to-list 'interpreter-mode-alist '("perl" . cperl-mode))
225 (add-to-list 'interpreter-mode-alist '("perl5" . cperl-mode))
226 (add-to-list 'interpreter-mode-alist '("miniperl" . cperl-mode))
227
228 ; use markdown mode for mdwn files
229 (add-to-list 'auto-mode-alist '("\\.mdwn$" . markdown-mode))
230
231
232
233
234 ; mail configuration
235 (add-to-list 'auto-mode-alist '("muttng-[a-z0-9]+-[0-9]+-" . message-mode))
236 (add-to-list 'auto-mode-alist '("muttngrc" . muttrc-mode))
237
238 (add-to-list 'auto-mode-alist '("mutt-[a-z0-9]+-[0-9]+-" . message-mode))
239 (add-to-list 'auto-mode-alist '("muttrc" . muttrc-mode))
240 (defun my-message-mode-settings ()
241   (font-lock-add-keywords nil
242                           '(("^[ \t]*>[ \t]*>[ \t]*>.*$"
243                              (0 'message-multiply-quoted-text-face))
244                             ("^[ \t]*>[ \t]*>.*$"
245                              (0 'message-double-quoted-text-face))))
246   (local-set-key (kbd "C-c C-a") 'my-post-attach-file)
247   )
248 (add-hook 'message-mode-hook 'my-message-mode-settings)
249
250 (defun my-post-attach-file ()
251   "Prompt for an attachment."
252   (interactive)
253   (let ((file (read-file-name "Attach file: " nil nil t nil))
254         (description (string-read "Description: ")))
255     (my-header-attach-file file description)))
256
257 (symbol-function 'my-post-attach-file)
258
259 (defun my-header-attach-file (file description)
260   "Attach a FILE to the current message (works with Mutt).
261 Argument DESCRIPTION MIME description."
262   (interactive "fAttach file: \nsDescription: ")
263   (when (> (length file) 0)
264     (save-excursion
265       (save-match-data
266         (save-restriction
267           (widen)
268           (goto-char (point-min))
269           (search-forward-regexp "^$")
270           (insert (concat "Attach: " (replace-regexp-in-string "\\([[:space:]\\]\\)" "\\\\\\1" (file-truename file)) " "
271                           description "\n"))
272           (message (concat "Attached '" file "'."))
273           (setq post-has-attachment t))))))
274
275
276
277 (setq mail-yank-prefix "> ")
278
279 (global-unset-key "\M-g")
280 (global-set-key "\M-g" 'goto-line)
281
282 ;;(autoload 'perl-mode "cperl-mode"
283 ;;  "alternate mode for editing Perl programs" t)
284
285 ;; self-insert-command hack.
286 ;;   Without this, "if<SP>" expands to
287 ;;   if ( -!-) {
288 ;;   }
289 ;;   which really should be,
290 ;;   if (-!-) {
291 ;;   }
292 (setq cperl-hairy t
293       cperl-indent-level 4
294       cperl-auto-newline nil
295       cperl-auto-newline-after-colon nil
296       cperl-continued-statement-offset 4
297       cperl-brace-offset -1
298       cperl-continued-brace-offset 0
299       cperl-label-offset -4
300       cperl-highlight-variables-indiscriminately t
301       cperl-electric-lbrace-space nil
302       cperl-indent-parens-as-block nil
303       cperl-close-paren-offset -1
304       cperl-tab-always-indent t)
305 ;(add-hook 'cperl-mode-hook (lambda () (cperl-set-style "PerlStyle")))
306
307
308
309 ;(load-library "php-mode")
310
311 (setq-default c-indent-level 4)
312 (setq-default c-brace-imaginary-offset 0)
313 (setq-default c-brace-offset -4)
314 (setq-default c-argdecl-indent 4)
315 (setq-default c-label-offset -4)
316 (setq-default c-continued-statement-offset 4)
317 ; tabs are annoying
318 (setq-default indent-tabs-mode nil)
319 (setq-default tab-width 4)
320
321
322 ;; (autoload 'php-mode "php-mode" "PHP editing mode" t)
323 ;; (add-to-list 'auto-mode-alist '("\\.php3?\\'" . php-mode))
324 ;; (add-to-list 'auto-mode-alist '("\\.phtml?\\'" . php-mode))
325 ;; (add-to-list 'auto-mode-alist '("\\.php?\\'" . php-mode))
326 ;; (add-to-list 'auto-mode-alist '("\\.php4?\\'" . php-mode))
327
328 ;; REFTEX (much enhanced management of cross-ref, labels, etc)
329 ;; http://www.strw.leidenuniv.nl/~dominik/Tools/reftex/
330 (autoload 'reftex-mode     "reftex" "RefTeX Minor Mode" t)
331 (autoload 'turn-on-reftex  "reftex" "RefTeX Minor Mode" nil)
332 (autoload 'reftex-citation "reftex-cite" "Make citation" nil)
333 (autoload 'reftex-index-phrase-mode "reftex-index" "Phrase mode" t)
334 (add-hook 'LaTeX-mode-hook 'turn-on-reftex)   ; with AUCTeX LaTeX mode
335 (add-hook 'latex-mode-hook 'turn-on-reftex)   ; with Emacs latex mode
336 (add-hook 'LaTeX-mode-hook 'outline-minor-mode)   ; with AUCTeX LaTeX mode
337 (add-hook 'latex-mode-hook 'outline-minor-mode)   ; with Emacs latex mode
338
339 ; use smart quotes by default instead of `` and ''
340 ; taken from http://kieranhealy.org/esk/kjhealy.html
341 (setq TeX-open-quote "“")
342 (setq TeX-close-quote "”")
343
344 ;; (TeX-add-style-hook
345 ;;  "latex"
346 ;;  (lambda ()
347 ;;    (TeX-add-symbols
348 ;;     '("DLA" 1))))
349 ;; (custom-set-variables
350 ;;  '(font-latex-user-keyword-classes 
351 ;;    '(("fixme" 
352 ;;       ("DLA" "RZ")
353 ;;       font-lock-function-name-face 2 (command 1 t))))
354 ;; ) 
355
356 (require 'font-latex)
357 (setq font-latex-match-reference-keywords
358       '(
359         ("fref" "{")
360         ("Fref" "{")
361         ("citep" "{")
362         ("citet" "{")
363         ("acs" "{")
364         ("acsp" "{")
365         ("ac" "{")
366         ("acp" "{")
367         ("acl" "{")
368         ("aclp" "{")
369         ("acsu" "{")
370         ("aclu" "{")
371         ("acused" "{")
372 ;         ))
373 ; (setq font-latex-match-warning-keywords
374 ;       '(
375         ("DLA" "{")
376         ("RZ" "{")
377         ("OM" "{")
378         ("DL" "{")
379         ("fixme" "{")))
380       
381 (setq-default TeX-parse-self t)
382 (setq-default TeX-auto-save t)
383 (setq-default TeX-master nil)
384
385 ;; this doesn't seem to work; not currently sure why
386 ; (setq font-latex-user-keyword-classes
387 ;       '(("my-warning-commands"
388 ;          (("DLA" "{")
389 ;           ("RZ" "{")
390 ;           ("OM" "{")
391 ;           ("DL" "{")
392 ;           ("fixme" "{")
393 ;           )
394 ;          (:foreground "red" :weight bold :underline (:color foreground-color :style line)))
395 ;         ))
396
397
398 (defun insert-date ()
399   "Insert date at point."
400   (interactive)
401   (insert (format-time-string "%A, %B %e, %Y %k:%M:%S %Z")))
402 (global-set-key "\C-[d" 'insert-date)
403
404 (defun unfill-paragraph (arg)
405   "Pull this whole paragraph up onto one line."
406   (interactive "*p")
407   (let ((fill-column 10000))
408     (fill-paragraph arg))
409   )
410
411 ;(iswitchb-default-keybindings)
412
413 (column-number-mode t)
414 (setq-default reftex-plug-into-AUCTeX t)
415
416 (server-start)
417
418 (require 'mode-compile)
419
420 (setq-default reftex-default-bibliography
421       '("references.bib"))
422
423 (defadvice server-process-filter (after post-mode-message first activate)
424   "If the buffer is in post mode, overwrite the server-edit
425     message with a post-save-current-buffer-and-exit message."
426   (if (eq major-mode 'post-mode)
427       (message
428        (substitute-command-keys "Type \\[describe-mode] for help composing; \\[post-save-current-buffer-and-exit] when done."))))
429                                         ; This is also needed to see the magic message.  Set to a higher
430                                         ; number if you have a faster computer or read slower than me.
431 '(font-lock-verbose 1000)
432 ;(setq-default server-temp-file-regexp "mutt\(-\|ng-\)")
433 ; (add-hook 'server-switch-hook 
434 ;         (function (lambda()
435 ;                     (cond ((string-match "Post" mode-name)
436 ;                            (post-goto-body)))
437 ;                     set-buffer-file-coding-system 'utf-8
438 ;                     )))
439
440
441 (add-hook 'post-mode-hook
442           (auto-fill-mode nil)
443           )
444 ; abbrev mode settings
445 ; load abbreviations from 
446 (setq abbrev-file-name       
447       "~/.emacs_abbrev_def")
448
449 ; read the abbrev file if it exists
450 (if (file-exists-p abbrev-file-name)
451     (quietly-read-abbrev-file))
452
453 ; for now, use abbrev mode everywhere
454 (setq default-abbrev-mode t)
455
456
457 (defun insert-function-documentation ()
458   "Insert function documentation"
459   (interactive)
460   (insert-file-contents "/home/don/lib/templates/perl_function_documentation" nil))
461 (global-set-key "\M-f" 'insert-function-documentation)
462
463 (eval-after-load "lilypond-mode" 
464   '(progn
465      (load-library "lyqi-mode")
466      (define-key LilyPond-mode-map "\C-cq" 'lyqi-mode)))
467
468 (autoload 'spamassassin-mode "spamassassin-mode" nil t)
469
470 (desktop-load-default)
471 (desktop-read)
472 '(iswitchb-mode on)
473 (custom-set-faces
474  ;; custom-set-faces was added by Custom.
475  ;; If you edit it by hand, you could mess it up, so be careful.
476  ;; Your init file should contain only one such instance.
477  ;; If there is more than one, they won't work right.
478  '(menu ((((type x-toolkit)) (:background "black" :foreground "grey90")))))
479
480 (defun ess-change-directory (path)
481   "Set the current working directory to PATH for both *R* and Emacs."
482   (interactive "DDirectory to change to: ")
483
484   (when (file-exists-p path)
485     (ess-command (concat "setwd(\"" path "\")\n"))
486     ;; use file-name-as-directory to ensure it has trailing /
487     (setq default-directory (file-name-as-directory path))))
488
489 (put 'upcase-region 'disabled nil)
490 (put 'downcase-region 'disabled nil)
491 (put 'narrow-to-region 'disabled nil)
492
493 ;; The following lines are always needed. Choose your own keys.
494 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
495 (add-hook 'org-mode-hook 'turn-on-font-lock) ; not needed when global-font-lock-mode is on
496 (global-set-key "\C-cl" 'org-store-link)
497 (global-set-key "\C-ca" 'org-agenda)
498 (global-set-key "\C-cb" 'org-iswitchb)
499 (setq-default org-log-done 'time)
500 (setq-default org-agenda-ndays 5)
501
502
503 (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
504 (add-hook 'message-mode-hook 'turn-on-flyspell)
505 (add-hook 'text-mode-hook 'turn-on-flyspell)
506 (add-hook 'c-mode-common-hook 'flyspell-prog-mode)
507 (add-hook 'cperl-mode-hook 'flyspell-prog-mode)
508 (add-hook 'tcl-mode-hook 'flyspell-prog-mode)
509 (add-hook 'ess-mode-hook 'flyspell-prog-mode)
510 (defun turn-on-flyspell ()
511    "Force flyspell-mode on using a positive arg.  For use in hooks."
512    (interactive)
513    (flyspell-mode 1))
514
515 ;;; outlining support for ess modes
516 (add-hook 'ess-mode-hook
517       '(lambda ()
518          (outline-minor-mode)
519          (setq outline-regexp "\\(^#\\{4,5\\} \\)\\|\\(^[a-zA-Z0-9_\.]+ ?<- ?function\\)")
520          (defun outline-level ()
521            (cond ((looking-at "^##### ") 1)
522              ((looking-at "^#### ") 2)
523              ((looking-at "^[a-zA-Z0-9_\.]+ ?<- ?function(.*{") 3)
524              (t 1000)))
525          ))
526
527  ; Outline-minor-mode key map
528  (define-prefix-command 'cm-map nil "Outline-")
529  ; HIDE
530  (define-key cm-map "q" 'hide-sublevels)    ; Hide everything but the top-level headings
531  (define-key cm-map "t" 'hide-body)         ; Hide everything but headings (all body lines)
532  (define-key cm-map "o" 'hide-other)        ; Hide other branches
533  (define-key cm-map "c" 'hide-entry)        ; Hide this entry's body
534  (define-key cm-map "l" 'hide-leaves)       ; Hide body lines in this entry and sub-entries
535  (define-key cm-map "d" 'hide-subtree)      ; Hide everything in this entry and sub-entries
536  ; SHOW
537  (define-key cm-map "a" 'show-all)          ; Show (expand) everything
538  (define-key cm-map "e" 'show-entry)        ; Show this heading's body
539  (define-key cm-map "i" 'show-children)     ; Show this heading's immediate child sub-headings
540  (define-key cm-map "k" 'show-branches)     ; Show all sub-headings under this heading
541  (define-key cm-map "s" 'show-subtree)      ; Show (expand) everything in this heading & below
542  ; MOVE
543  (define-key cm-map "u" 'outline-up-heading)                ; Up
544  (define-key cm-map "n" 'outline-next-visible-heading)      ; Next
545  (define-key cm-map "p" 'outline-previous-visible-heading)  ; Previous
546  (define-key cm-map "f" 'outline-forward-same-level)        ; Forward - same level
547  (define-key cm-map "b" 'outline-backward-same-level)       ; Backward - same level
548  (global-set-key "\M-o" cm-map)
549
550 (defun my-org-mode-setup ()
551   (load-library "reftex")
552   (and (buffer-file-name)
553        (file-exists-p (buffer-file-name))
554        (progn
555          (reftex-parse-all)
556          (reftex-set-cite-format
557           '((?b . "[[bib::%l][%l-bib]]")
558             (?n . "[[note::%l][%l-notes]]")
559             (?c . "\\cite{%l}")
560             (?h . "*** %t\n:PROPERTIES:\n:Custom_ID: %l\n:END:\n[[papers:%l][%l paper]]")))
561          ))
562   (define-key org-mode-map (kbd "C-c )") 'reftex-citation)
563   (define-key org-mode-map (kbd "C-c (") 'org-mode-reftex-search)
564   (define-key org-mode-map (kbd "C-c 0") 'reftex-view-crossref)
565   )
566 (add-hook 'org-mode-hook 'my-org-mode-setup)
567
568 (defun org-mode-reftex-search ()
569   (interactive)
570   (org-open-link-from-string (format "[[notes:%s]]" (reftex-citation t))))
571
572 (defun open-research-paper (bibtexkey)
573   "Open a paper by bibtex key"
574   (interactive "bibtex key: ")
575   (shell-command
576    (format "%s %s"
577        (substitute-in-file-name "$HOME/bin/bibtex_to_paper") bibtexkey)))
578
579 ;; stolen from
580 ;; http://www-public.it-sudparis.eu/~berger_o/weblog/2012/03/23/how-to-manage-and-export-bibliographic-notesrefs-in-org-mode/
581 (defun my-rtcite-export-handler (path desc format)
582   (message "my-rtcite-export-handler is called : path = %s, desc = %s, format = %s" path desc format)
583   (let* ((search (when (string-match "::#?\\(.+\\)\\'" path)
584                    (match-string 1 path)))
585          (path (substring path 0 (match-beginning 0))))
586     (cond ((eq format 'latex)
587            (if (or (not desc) 
588                    (equal 0 (search "rtcite:" desc)))
589                (format "\\cite{%s}" search)
590              (format "\\cite[%s]{%s}" desc search))))))
591
592 (org-add-link-type "rtcite" 
593                    'org-bibtex-open
594                    'my-rtcite-export-handler)
595
596
597 (setq-default org-mobile-directory "/rzlab.ucr.edu:/sites/dav.donarmstrong.com/root/org/")
598 (setq-default org-directory "/home/don/org-mode/")
599 (setq-default org-mobile-inbox-for-pull "/home/don/org-mode/from-mobile.org")
600
601 ;; org latex
602 ;; stolen from http://kieranhealy.org/esk/kjhealy.html
603 (require 'org-latex)   
604 ;; Choose either listings or minted for exporting source code blocks.
605 ;; Using minted (as here) requires pygments be installed. To use the
606 ;; default listings package instead, use
607 ;; (setq org-latex-listings t)
608 ;; and change references to "minted" below to "listings"
609 (setq org-latex-listings 'minted)
610
611 ;; default settings for minted code blocks
612 (setq org-latex-minted-options
613       '(;("frame" "single")
614         ("bgcolor" "bg") ; bg will need to be defined in the preamble of your document. It's defined in org-preamble-pdflatex.sty and org-preamble-xelatex.sty below.
615         ("fontsize" "\\small")
616         ))
617 ;; turn off the default toc behavior; deal with it properly in headers to files.
618 (defun org-latex-no-toc (depth)  
619   (when depth
620     (format "%% Org-mode is exporting headings to %s levels.\n"
621             depth)))
622 (setq org-latex-format-toc-function 'org-latex-no-toc)
623
624 (require 'ox-latex)
625 (add-to-list 'org-latex-classes
626              '("memarticle"
627                "\\documentclass[11pt,oneside,article]{memoir}\n"
628                ("\\section{%s}" . "\\section*{%s}")
629                ("\\subsection{%s}" . "\\subsection*{%s}")
630                ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
631                ("\\paragraph{%s}" . "\\paragraph*{%s}")
632                ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
633
634 (add-to-list 'org-latex-classes
635              '("membook"
636                "\\documentclass[11pt,oneside]{memoir}\n"
637                ("\\chapter{%s}" . "\\chapter*{%s}")
638                ("\\section{%s}" . "\\section*{%s}")
639                ("\\subsection{%s}" . "\\subsection*{%s}")
640                ("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
641
642 ;; Originally taken from Bruno Tavernier: http://thread.gmane.org/gmane.emacs.orgmode/31150/focus=31432
643 ;; but adapted to use latexmk 4.22 or higher.  
644 (defun my-auto-tex-cmd ()
645   "When exporting from .org with latex, automatically run latex,
646                      pdflatex, or xelatex as appropriate, using latexmk."
647   (let ((texcmd)))
648   ;; default command: pdflatex 
649   (setq texcmd "latexmk -pdflatex='pdflatex -synctex=1 --shell-escape --' -pdf %f")        
650   ;; pdflatex -> .pdf
651   (if (string-match "LATEX_CMD: pdflatex" (buffer-string))
652       (setq texcmd "latexmk -pdflatex='pdflatex -synctex=1 --shell-escape' -pdf %f"))
653   ;; xelatex -> .pdf
654   (if (string-match "LATEX_CMD: xelatex" (buffer-string))
655       (setq texcmd "latexmk -pdflatex='xelatex -syntex=1 --shell-escape' -bibtex -use-make -pdf %f"))
656   ;; LaTeX compilation command
657   (setq org-latex-to-pdf-process (list texcmd)))
658
659 (add-hook 'org-latex-after-initial-vars-hook 'my-auto-tex-cmd)
660
661 ;; Default packages included in /every/ tex file, latex, pdflatex or xelatex
662 (setq org-latex-packages-alist
663       '(("" "graphicx" t)
664         ("" "longtable" nil)
665         ("" "float" )))
666
667 ;; Custom packages
668 (defun my-auto-tex-parameters ()
669   "Automatically select the tex packages to include. See https://github.com/kjhealy/latex-custom-kjh for the support files included here."
670   ;; default packages for ordinary latex or pdflatex export
671   (setq org-latex-default-packages-alist
672         '(("AUTO" "inputenc" t)
673           ("minted,minion" "org-preamble-pdflatex" t)))        
674   ;; Packages to include when xelatex is used
675   (if (string-match "LATEX_CMD: xelatex" (buffer-string))
676       (setq org-latex-default-packages-alist
677             '(("minted" "org-preamble-xelatex" t) ))))
678
679 (add-hook 'org-latex-after-initial-vars-hook 'my-auto-tex-parameters)
680
681 ; support ignoring headers in org mode export to latex
682 ; from http://article.gmane.org/gmane.emacs.orgmode/67692
683 (defadvice org-latex-headline (around my-latex-skip-headlines
684                                       (headline contents info) activate)
685   (if (member "ignoreheading" (org-element-property :tags headline))
686       (setq ad-return-value contents)
687     ad-do-it))
688
689 ; debian stuff
690 (setq-default debian-changelog-mailing-address "don@debian.org")
691 (setq-default debian-changelog-full-name "Don Armstrong")
692
693 ; use iedit
694 (require 'iedit)
695 (define-key global-map (kbd "C-;") 'iedit-mode)
696 (global-set-key  (kbd "C-;") 'iedit-mode)
697
698 ; fix up css mode to not be silly
699 ; from http://www.stokebloke.com/wordpress/2008/03/21/css-mode-indent-buffer-fix/
700 (setq cssm-indent-level 4)
701 (setq cssm-newline-before-closing-bracket t)
702 (setq cssm-indent-function #'cssm-c-style-indenter)
703 (setq cssm-mirror-mode nil)
704
705 (require 'multi-web-mode)
706 (setq mweb-default-major-mode 'html-mode)
707 (setq mweb-tags '((php-mode "<\\?php\\|<\\? \\|<\\?=" "\\?>")
708                   (js-mode "<script +\\(type=\"text/javascript\"\\|language=\"javascript\"\\)[^>]*>" "</script>")
709                   (css-mode "<style +type=\"text/css\"[^>]*>" "</style>")))
710 (setq mweb-filename-extensions '("php" "htm" "html" "ctp" "phtml" "php4" "php5"))
711 (multi-web-global-mode 1)
712
713 ; clean-mode-line from http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/
714 (defvar mode-line-cleaner-alist
715   `((auto-complete-mode . " α")
716     (yas/minor-mode . " υ")
717     (paredit-mode . " π")
718     (eldoc-mode . "")
719     (abbrev-mode . "")
720     (my-keys-minor-mode . "")
721     ;; Major modes
722     (lisp-interaction-mode . "λ")
723     (hi-lock-mode . "")
724     (python-mode . "Py")
725     (cperl-mode . "ρ")
726     (auctex-mode . "Lχ")
727     (org-agenda-mode . "øα")
728     (org-mode . "ø")
729     (emacs-lisp-mode . "EL")
730     (nxhtml-mode . "nx"))
731   "Alist for `clean-mode-line'.
732  
733 When you add a new element to the alist, keep in mind that you
734 must pass the correct minor/major mode symbol and a string you
735 want to use in the modeline *in lieu of* the original.")
736  
737  
738 (defun clean-mode-line ()
739   (interactive)
740   (loop for cleaner in mode-line-cleaner-alist
741         do (let* ((mode (car cleaner))
742                  (mode-str (cdr cleaner))
743                  (old-mode-str (cdr (assq mode minor-mode-alist))))
744              (when old-mode-str
745                  (setcar old-mode-str mode-str))
746                ;; major mode
747              (when (eq mode major-mode)
748                (setq mode-name mode-str)))))
749  
750  
751 (add-hook 'after-change-major-mode-hook 'clean-mode-line)
752  
753 ;;; alias the new `flymake-report-status-slim' to
754 ;;; `flymake-report-status'
755 (defalias 'flymake-report-status 'flymake-report-status-slim)
756 (defun flymake-report-status-slim (e-w &optional status)
757   "Show \"slim\" flymake status in mode line."
758   (when e-w
759     (setq flymake-mode-line-e-w e-w))
760   (when status
761     (setq flymake-mode-line-status status))
762   (let* ((mode-line " Φ"))
763     (when (> (length flymake-mode-line-e-w) 0)
764       (setq mode-line (concat mode-line ":" flymake-mode-line-e-w)))
765     (setq mode-line (concat mode-line flymake-mode-line-status))
766     (setq flymake-mode-line mode-line)
767     (force-mode-line-update)))
768
769 ; load sql-indent when sql is loaded
770 (eval-after-load "sql"
771   '(load-library "sql-indent"))
772
773 ; fix up tmux xterm keys
774 ; stolen from http://unix.stackexchange.com/questions/24414/shift-arrow-not-working-in-emacs-within-tmux
775 (if (getenv "TMUX")
776     (progn
777       (let ((x 2) (tkey ""))
778         (while (<= x 8)
779           ;; shift
780           (if (= x 2)
781               (setq tkey "S-"))
782           ;; alt
783           (if (= x 3)
784               (setq tkey "M-"))
785           ;; alt + shift
786           (if (= x 4)
787               (setq tkey "M-S-"))
788           ;; ctrl
789           (if (= x 5)
790               (setq tkey "C-"))
791           ;; ctrl + shift
792           (if (= x 6)
793               (setq tkey "C-S-"))
794           ;; ctrl + alt
795           (if (= x 7)
796               (setq tkey "C-M-"))
797           ;; ctrl + alt + shift
798           (if (= x 8)
799               (setq tkey "C-M-S-"))
800           
801           ;; arrows
802           (define-key key-translation-map (kbd (format "M-[ 1 ; %d A" x)) (kbd (format "%s<up>" tkey)))
803           (define-key key-translation-map (kbd (format "M-[ 1 ; %d B" x)) (kbd (format "%s<down>" tkey)))
804           (define-key key-translation-map (kbd (format "M-[ 1 ; %d C" x)) (kbd (format "%s<right>" tkey)))
805           (define-key key-translation-map (kbd (format "M-[ 1 ; %d D" x)) (kbd (format "%s<left>" tkey)))
806           ;; home
807           (define-key key-translation-map (kbd (format "M-[ 1 ; %d H" x)) (kbd (format "%s<home>" tkey)))
808           ;; end
809           (define-key key-translation-map (kbd (format "M-[ 1 ; %d F" x)) (kbd (format "%s<end>" tkey)))
810           ;; page up
811           (define-key key-translation-map (kbd (format "M-[ 5 ; %d ~" x)) (kbd (format "%s<prior>" tkey)))
812           ;; page down
813           (define-key key-translation-map (kbd (format "M-[ 6 ; %d ~" x)) (kbd (format "%s<next>" tkey)))
814           ;; insert
815           (define-key key-translation-map (kbd (format "M-[ 2 ; %d ~" x)) (kbd (format "%s<delete>" tkey)))
816           ;; delete
817           (define-key key-translation-map (kbd (format "M-[ 3 ; %d ~" x)) (kbd (format "%s<delete>" tkey)))
818           ;; f1
819           (define-key key-translation-map (kbd (format "M-[ 1 ; %d P" x)) (kbd (format "%s<f1>" tkey)))
820           ;; f2
821           (define-key key-translation-map (kbd (format "M-[ 1 ; %d Q" x)) (kbd (format "%s<f2>" tkey)))
822           ;; f3
823           (define-key key-translation-map (kbd (format "M-[ 1 ; %d R" x)) (kbd (format "%s<f3>" tkey)))
824           ;; f4
825           (define-key key-translation-map (kbd (format "M-[ 1 ; %d S" x)) (kbd (format "%s<f4>" tkey)))
826           ;; f5
827           (define-key key-translation-map (kbd (format "M-[ 15 ; %d ~" x)) (kbd (format "%s<f5>" tkey)))
828           ;; f6
829           (define-key key-translation-map (kbd (format "M-[ 17 ; %d ~" x)) (kbd (format "%s<f6>" tkey)))
830           ;; f7
831           (define-key key-translation-map (kbd (format "M-[ 18 ; %d ~" x)) (kbd (format "%s<f7>" tkey)))
832           ;; f8
833           (define-key key-translation-map (kbd (format "M-[ 19 ; %d ~" x)) (kbd (format "%s<f8>" tkey)))
834           ;; f9
835           (define-key key-translation-map (kbd (format "M-[ 20 ; %d ~" x)) (kbd (format "%s<f9>" tkey)))
836           ;; f10
837           (define-key key-translation-map (kbd (format "M-[ 21 ; %d ~" x)) (kbd (format "%s<f10>" tkey)))
838           ;; f11
839           (define-key key-translation-map (kbd (format "M-[ 23 ; %d ~" x)) (kbd (format "%s<f11>" tkey)))
840           ;; f12
841           (define-key key-translation-map (kbd (format "M-[ 24 ; %d ~" x)) (kbd (format "%s<f12>" tkey)))
842           ;; f13
843           (define-key key-translation-map (kbd (format "M-[ 25 ; %d ~" x)) (kbd (format "%s<f13>" tkey)))
844           ;; f14
845           (define-key key-translation-map (kbd (format "M-[ 26 ; %d ~" x)) (kbd (format "%s<f14>" tkey)))
846           ;; f15
847           (define-key key-translation-map (kbd (format "M-[ 28 ; %d ~" x)) (kbd (format "%s<f15>" tkey)))
848           ;; f16
849           (define-key key-translation-map (kbd (format "M-[ 29 ; %d ~" x)) (kbd (format "%s<f16>" tkey)))
850           ;; f17
851           (define-key key-translation-map (kbd (format "M-[ 31 ; %d ~" x)) (kbd (format "%s<f17>" tkey)))
852           ;; f18
853           (define-key key-translation-map (kbd (format "M-[ 32 ; %d ~" x)) (kbd (format "%s<f18>" tkey)))
854           ;; f19
855           (define-key key-translation-map (kbd (format "M-[ 33 ; %d ~" x)) (kbd (format "%s<f19>" tkey)))
856           ;; f20
857           (define-key key-translation-map (kbd (format "M-[ 34 ; %d ~" x)) (kbd (format "%s<f20>" tkey)))
858
859           (setq x (+ x 1))
860           ))
861       )
862   )
863
864 ; apparently things like to step on C-;, so we'll use a hack from
865 ; http://stackoverflow.com/questions/683425/globally-override-key-binding-in-emacs/5340797#5340797 to fix this
866
867 (defvar my-keys-minor-mode-map (make-keymap) "my-keys-minor-mode keymap.")
868
869 ; use iedit everywhere
870 (define-key my-keys-minor-mode-map (kbd "C-;") 'iedit-mode)
871
872 (define-minor-mode my-keys-minor-mode
873   "A minor mode so that my key settings override annoying major modes."
874   t " my-keys" 'my-keys-minor-mode-map)
875
876 (my-keys-minor-mode 1)
877 (defun my-minibuffer-setup-hook ()
878   (my-keys-minor-mode 0))
879
880 (add-hook 'minibuffer-setup-hook 'my-minibuffer-setup-hook)
881 (defadvice load (after give-my-keybindings-priority)
882   "Try to ensure that my keybindings always have priority."
883   (if (not (eq (car (car minor-mode-map-alist)) 'my-keys-minor-mode))
884       (let ((mykeys (assq 'my-keys-minor-mode minor-mode-map-alist)))
885         (assq-delete-all 'my-keys-minor-mode minor-mode-map-alist)
886         (add-to-list 'minor-mode-map-alist mykeys))))
887 (ad-activate 'load)