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 From a6bbab77093046a072f2701c9e9234b782766456 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 26 Oct 2015 08:56:59 -0400 Subject: Remove org-link style --- spacemacs | 1 - 1 file changed, 1 deletion(-) diff --git a/spacemacs b/spacemacs index 4a006db..f32ef3d 100644 --- a/spacemacs +++ b/spacemacs @@ -222,7 +222,6 @@ 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