~edwargix/emacs.d

e81804748bb4d1b67f019b2af2c2cf138ec1becd — David Florness 7 years ago 36eb6b4
`C-c o` opens link at point
1 files changed, 2 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +2 -1
@@ 103,7 103,8 @@
  (("C-c a" . org-agenda)
   ("C-c c" . org-capture)
   ("C-c b" . org-iswitchb)
   ("C-c l" . org-store-link)))
   ("C-c l" . org-store-link)
   ("C-c o" . org-open-at-point-global)))

;;; UTF-8 bullets for org-mode
(use-package org-bullets