From 752969d534277f20ad508801d2577077c3e08f66 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 28 May 2025 14:40:56 -0400 Subject: [PATCH] minor improvements --- init.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 7df7f8b..06863fd 100644 --- a/init.el +++ b/init.el @@ -1520,8 +1520,10 @@ Go to the next directory based on where the cursor is." ;; todo, this is causing error message on loading file, prolly not working ;;(flycheck-mode +1) - (idle-highlight-mode) - (setq idle-highlight-idle-time 0.1) + + ;; disabling in case it is interfering with my image-direct experiments. + ;; (idle-highlight-mode) + ;; (setq idle-highlight-idle-time 0.1) @@ -1685,6 +1687,7 @@ or else the number of characters matched by `outline-regexp'." ;; since it is not easy to change the mark overlay priority, I change this one. (setq show-paren-priority 999) + (defface visible-mark-active '((((type tty) (class mono))) (t (:background "magenta"))) "") @@ -1697,6 +1700,8 @@ or else the number of characters matched by `outline-regexp'." (require 'visible-mark) (setq + ;; example. decided i actually wanted it there. +;; global-visible-mark-mode-exclude-list (list "\\*image-dired\\*") visible-mark-faces '(visible-mark-face1 visible-mark-face2) visible-mark-forward-faces '(visible-mark-forward-face1) ;; highlight the last 2 marks @@ -2213,7 +2218,7 @@ modes like org-mode which have their own yank function." ;; stop splitting windows verticallly when I open a buffer or shell (setq split-height-threshold nil) ;; 2025: trying this out just to experiment. -(setq split-width-threshold nil) +;;(setq split-width-threshold 160) ;;;;; s-left arrow - --- ;; cant be used in terminal -- 2.30.2