aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el
index 3a314d9..716520c 100644
--- a/.emacs.d/lisp/init-org.el
+++ b/.emacs.d/lisp/init-org.el
@@ -21,7 +21,7 @@
(add-hook 'org-mode-hook (lambda () (setq truncate-lines nil)))
(setq org-agenda-start-on-weekday 0)
(setq org-adapt-indentation nil)
- (setq org-descriptive-links nil)
+ (setq org-descriptive-links t)
(evil-define-key 'normal org-mode-map
(kbd "TAB") 'org-cycle
(kbd "RET") 'org-open-at-point