From 20a336a554055365300277056bbf183842e99021 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 24 Oct 2015 12:28:21 -0400 Subject: Add org-link underline. --- spacemacs | 1 + 1 file changed, 1 insertion(+) 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@)")) -- cgit v1.2.3