X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/5f21ac4f43be3bf9571e67d0f0cccf7bd8dd5db7..c3ee39abd770ddfa04264cd4393eb1bbf8aa4c2b:/emacs diff --git a/emacs b/emacs index 5e3d2e7..d1fb141 100644 --- a/emacs +++ b/emacs @@ -178,6 +178,8 @@ (defvar mdw-black-background t) +(eval-after-load "outline" '(require 'foldout)) + (setq cltl2-root-url (mdw-config 'cltl-url)) (setq common-lisp-hyperspec-root (mdw-config 'hyperspec-url)) @@ -330,6 +332,8 @@ (global-set-key [?\C-x ?w ?j] 'windmove-down) (global-set-key [?\C-x ?w right] 'windmove-right) (global-set-key [?\C-x ?w ?l] 'windmove-right) +(global-set-key [?\C-x ?g ?l] 'org-store-link) +(global-set-key [?\C-x ?g ?a] 'org-agenda) (global-set-key [?\C-x ?t ?i] 'timeclock-in) (global-set-key [?\C-x ?t ?c] 'timeclock-change) (global-set-key [?\C-x ?t ?o] 'timeclock-out) @@ -361,6 +365,7 @@ ("\\.m$" . objc-mode) ("\\.mxd$" . c-mode) ("\\.cs" . csharp-mode) + ("\\.org$" . org-mode) ;; ("/[ch]/" . c-mode) (,(concat "/\\(" "\\.stgit\\.msg" "\\|"