7890yuiop

u/7890yuiop@alien.top
0 posts · 5 comments

Recent posts

No posts.

Recent comments

Or did you install Emacs on the server you SSH'd into?

That one, I believe. Eliminating Tramp from the equation is an easy and effective way to avoid Tramp-based overheads!

Unless your network connection is very slow or otherwise issue-prone, in which case ssh may not be responsive -- at which point Tramp offers significant advantages by only occasionally requiring network activity.

FYI on GUI frames the indicators appear in the fringe, and can be configured like so:

(push '(truncation nil nil) ;; no truncation indicators
      ;; '(truncation nil right-arrow) ;; right indicator only
      ;; '(truncation left-arrow nil) ;; left indicator only
      ;; '(truncation left-arrow right-arrow) ;; default
      fringe-indicator-alist)))

/u/AkibAzmain has your solution for terminal frames.

For more info:

  • C-h i g (emacs)Line Truncation
  • C-h i g (elisp)Truncation
  • C-h i g (elisp)Display Tables