From 8dc55f1f52a2f3e623551cf2e0cbf411fe1c76a4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 14 Jan 2022 10:56:50 -0800 Subject: emacs: remove configuration for hl-mode It's fragile and make some stuff unreadable. --- emacs/custom/fcuny-ui.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'emacs') diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index ec76b99..8303dfe 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -124,13 +124,13 @@ (setq mode-line-default-help-echo nil show-help-function nil) -(use-package hl-line - :hook ((prog-mode text-mode conf-mode special-mode) . hl-line-mode) - :custom - ;; Not having to render the hl-line overlay in multiple buffers offers a tiny - ;; performance boost. I also don't need to see it in other buffers. - (hl-line-sticky-flag nil) - (global-hl-line-sticky-flag nil)) +;; (use-package hl-line +;; :hook ((prog-mode text-mode conf-mode special-mode) . hl-line-mode) +;; :custom +;; ;; Not having to render the hl-line overlay in multiple buffers offers a tiny +;; ;; performance boost. I also don't need to see it in other buffers. +;; (hl-line-sticky-flag nil) +;; (global-hl-line-sticky-flag nil)) (use-package uniquify :defer 5 -- cgit 1.4.1