;; 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)
;; 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"))) "")
(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
;; 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