From d39c18640e87a2d21bffc94747c1e62c132fa2d0 Mon Sep 17 00:00:00 2001 From: David Florness Date: Thu, 11 Jan 2018 16:36:59 -0700 Subject: [PATCH] C-c l stores link for org --- init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 69a6350..ddfadfb 100644 --- a/init.el +++ b/init.el @@ -98,7 +98,8 @@ :bind (("C-c a" . org-agenda) ("C-c c" . org-capture) - ("C-c b" . org-iswitchb))) + ("C-c b" . org-iswitchb) + ("C-c l" . org-store-link))) ;;; UTF-8 bullets for org-mode (use-package org-bullets @@ -162,9 +163,7 @@ (use-package lorem-ipsum - :ensure t - :config - (lorem-ipsum-use-default-bindings)) + :ensure t) ;;; Install local user packages -- 2.38.4