summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-26 08:56:59 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-26 08:56:59 -0400
commita6bbab77093046a072f2701c9e9234b782766456 (patch)
tree3d062c2788ed582ba24e6d5593c9bde79f3eed2c /spacemacs
parent20a336a554055365300277056bbf183842e99021 (diff)
Remove org-link style
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs1
1 files changed, 0 insertions, 1 deletions
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@)"))