commit 9b34fd3e46763d264265f04edf3eb3fb27311ed2
parent 35756f02634aa22db8e914d960e168a78db9566e
Author: Cem Keylan <cem@ckyln.com>
Date:   Sun,  5 Jul 2020 17:50:47 +0300
xclip: add package for interacting with X clipboard on terminal
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/init.org b/init.org
@@ -46,6 +46,7 @@ on this file itself.
   - [[#notmuch][Notmuch]]
   - [[#tangle-init][Tangle Init]]
 - [[#other-settings][Other Settings]]
+  - [[#xclip][xclip]]
   - [[#dired----ls-dired][Dired -- ls dired]]
   - [[#coding-system-for-terminal][Coding System for Terminal]]
   - [[#backup-options][Backup Options]]
@@ -848,6 +849,16 @@ that the file is generated everytime we save init.org.
 Those are small settings for emacs that I cannot categorize but have importance
 for me.
 
+** xclip
+
+On the terminal, Emacs doesn't have xclip support. I don't like the
+inconsistency of switching between terminal and the graphical Emacs.
+
+#+BEGIN_SRC emacs-lisp
+  (use-package xclip
+    :straight t
+    :config (xclip-mode))
+#+END_SRC
 ** Dired -- ls dired
    
 I use suckless.org's =sbase= as my coreutils. The =ls= program that I use does