summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-24 12:28:21 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-24 12:28:21 -0400
commit20a336a554055365300277056bbf183842e99021 (patch)
tree51a3284bd923aeba8c713bf238230ce6301e58c3
parent6d6affd645bdeba10d9166dddcab6c8b427efc6b (diff)
Add org-link underline.
-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@)"))