Browse Source

disable clipboard saving on exit

Josh Bicking 4 years ago
parent
commit
6e62e499ef
1 changed files with 2 additions and 2 deletions
  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