~edwargix/emacs.d

d39c18640e87a2d21bffc94747c1e62c132fa2d0 — David Florness 7 years ago 0c2c52e
C-c l stores link for org
1 files changed, 3 insertions(+), 4 deletions(-)

M init.el
M init.el => init.el +3 -4
@@ 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