Browse Source

disable clipboard saving on exit

Josh Bicking 4 năm trước cách đây
mục cha
commit
6e62e499ef
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      spacemacs/.spacemacs

+ 2 - 2
spacemacs/.spacemacs

@@ -384,8 +384,8 @@ you should place your code here."
    rust-cargo-bin "cargo")
 
   (setq haskell-process-path-ghci "ghci")
-  (with-eval-after-load 'rust-mode
-    (add-hook 'flycheck-mode-hook #'flycheck-rust-setup))
+
+  (setq x-select-enable-clipboard-manager nil)
   )
 
 ;; Do not write anything past this comment. This is where Emacs will