X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.emacs;h=6c1fc0e2f078f3d6c1fffef52722260be394c27b;hb=809c1a5f4eb0e92bd4b787da3bb0fcad6103d8b7;hp=753b167cd5113805a5081578656b874a1fb79349;hpb=b7ba0f1d7c4c138136498cb928456aedffcc6248;p=home-base.git diff --git a/.emacs b/.emacs index 753b167..6c1fc0e 100644 --- a/.emacs +++ b/.emacs @@ -10,6 +10,7 @@ '(debian-changelog-mailing-address "don@debian.org") '(display-time t) '(display-time-24hr-format t) + '(display-time-day-and-date t) '(display-time-mode t nil (time)) '(global-auto-revert-mode t nil (autorevert)) '(global-font-lock-mode t nil (font-lock)) @@ -35,12 +36,13 @@ '(user-mail-address "don@donarmstrong.com")) (fset 'perl-mode 'cperl-mode) ;;(load-file "cperl-mode.el") -(add-to-list 'load-path '"~/emacs_el/") +(add-to-list 'load-path '"~/lib/emacs_el/") (require 'tex-site) (require 'psvn) (require 'cperl-mode) ;;(require 'ecasound) +;;(require 'emacs-wiki) (require 'bibtex) (require 'post) @@ -131,7 +133,7 @@ (insert (format-time-string "%A, %B %e, %Y %k:%M:%S %Z"))) (global-set-key "\C-[d" 'insert-date) -(iswitchb-default-keybindings) +;(iswitchb-default-keybindings) (column-number-mode t) (setq reftex-plug-into-AUCTeX t) @@ -163,9 +165,13 @@ ) (fset 'insert-function-documentation - [?\C-x ?i home ?\C-k ?/ ?h ?o ?m ?e ?/ ?d ?o ?n ?/ ?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]) + [?\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]) (global-set-key "\M-f" 'insert-function-documentation) - + +(eval-after-load "lilypond-mode" + '(progn + (load-library "lyqi-mode") + (define-key LilyPond-mode-map "\C-cq" 'lyqi-mode))) (desktop-load-default) -(desktop-read) \ No newline at end of file +(desktop-read)