diff options
author | Blendoit <blendoit@gmail.com> | 2020-07-23 19:37:43 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-07-23 19:37:43 -0700 |
commit | e3ce20ce107f266cbfafe52fe869d37ad0fc8485 (patch) | |
tree | eac4220304462d5702ec265f8780859fa12b60e8 | |
parent | 8dbeb1609c2e5511270b046c10fcaeed3b5b4555 (diff) |
That one line that got away :troll:
-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)))) |