fix xclip setup / enable globally for extra sauces
This commit is contained in:
parent
8d62f62ea4
commit
6a52da50ee
|
@ -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"))
|
||||
|
|
|
@ -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)
|
||||
|
|
Reference in a new issue