diff options
-rw-r--r-- | init-custom.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init-custom.el b/init-custom.el index beb4fe0..9ebe86a 100644 --- a/init-custom.el +++ b/init-custom.el @@ -140,7 +140,6 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 142 :width normal)))) - '(cursor ((t (:background "red")))) '(fixed-pitch ((t (:family "Dejavu Serif")))) '(org-document-title ((t (:inherit default :weight bold :font "Liberation Sans" :height 2.0 :underline nil)))) '(org-level-1 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.75)))) |