fix xclip setup / enable globally for extra sauces

This commit is contained in:
KemoNine 2022-08-26 13:14:12 -04:00
parent 8d62f62ea4
commit 6a52da50ee
2 changed files with 4 additions and 3 deletions

View File

@ -35,9 +35,7 @@
; Better fonts
(setq org-src-fontify-natively t)
(use-package xclip :config (xclip-mode 1)))
; Setup xdg-open as the default for opening files (except for the few we want emacs to open native)
; xdg-open is linked to termux-open by default ; if you need 'more' look into tmux-open and adjust accordingly
; (add-to-list 'org-file-apps '("\\.doc.*" . "open %s"))

View File

@ -185,6 +185,9 @@
(setq global-auto-revert-non-file-buffers t)
(global-auto-revert-mode 1)
; Clipboard integration
(use-package xclip :config (xclip-mode 1))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; set font for emoji -- DOES NOT WORK ON MOBILE
(when (eq system-type 'windows-nt)