diff options
author | noa | 2025-02-22 03:12:14 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:12:14 +0800 |
commit | 69876a2fd4116e7379b30a641c257a354dca8198 (patch) | |
tree | 6abfb66389efd52ba437d0241dd437c0458d454a /emacs | |
parent | ec7fd66b4cb99dccd1679a65cd6a723d5e7153cf (diff) |
Remove nicer settings for terminal emacs
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/init.el b/emacs/init.el index 768cdee..58efc48 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -55,13 +55,6 @@ (member "Noto Emoji" (font-family-list))) (set-fontset-font t 'emoji (font-spec :family "Noto Emoji") nil 'append)) -;; 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)) - ;; Don't advertise gnu on startup (setq inhibit-startup-echo-area-message "noa") ;; #userfreedom |