diff --git a/code/init.el b/code/init.el index 689aa0a..10d2f26 100644 --- a/code/init.el +++ b/code/init.el @@ -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")) diff --git a/common/_global.el b/common/_global.el index 5c7a325..6b8f55d 100644 --- a/common/_global.el +++ b/common/_global.el @@ -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)