From e92ed12cf723fac588e1d3f7c3d51930d9444745 Mon Sep 17 00:00:00 2001 From: noa Date: Mon, 17 Feb 2025 02:26:52 +0800 Subject: Improvements for terminal emacs --- emacs/init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index f37a550..dbee00c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -949,4 +949,11 @@ With prefix argument TIME, also add the current time." (proced-enable-color-flag nil) (proced-show-remote-processes t)) +;; Nicer terminal emacs +(set-display-table-slot standard-display-table 'vertical-border (make-glyph-code ?│)) +(setq mode-line-end-spaces nil) + +(use-package xclip) +(unless (display-graphic-p) (xclip-mode 1)) + ;; (profiler-stop) -- cgit 1.4.1-2-gfad0