summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs b/spacemacs
index f32ef3d..4a006db 100644
--- a/spacemacs
+++ b/spacemacs
@@ -222,6 +222,7 @@ user code."
(defun kj-org-config ()
"Org configuration."
+ (set-face-underline 'org-link t)
(setq-default
org-todo-keywords
'((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)"))