emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit df29cc8d9812a8b0a65294cf71bfdec4edaa1548
parent 9f51cb264d8f4c58444eeb17e21a31818dd39884
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri,  7 Sep 2018 16:25:41 -0400

Add org-mode global bindings.

Diffstat:
MREADME.org | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.org b/README.org
@@ -805,6 +805,15 @@ Emacs Speaks Statistics (ESS) is an add-on package for emacs text editors such a
 ** Org-mode
 =org-mode= specific settings.
 
+*** Global Keybindings
+Set up keybindings for global access.
+#+BEGIN_SRC emacs-lisp
+  (global-set-key "\C-cl" 'org-store-link)
+  (global-set-key "\C-ca" 'org-agenda)
+  (global-set-key "\C-cc" 'org-capture)
+  (global-set-key "\C-cb" 'org-switchb)
+#+END_SRC
+
 *** Formatting
 **** Emphasis Boundary Regex
 Allow non-ASCII characters (CJK characters for instance) to be boundaries for