diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 14 |
1 files changed, 7 insertions, 7 deletions
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 |