diff --git a/.gitignore b/.gitignore index eaf0bca..267b021 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ transient recentf backups/ projectile-bookmarks.eld +tramp/ +tramp diff --git a/custom.el b/custom.el index 5fe1572..d05b4f0 100644 --- a/custom.el +++ b/custom.el @@ -4,6 +4,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(delete-selection-mode nil) '(package-selected-packages nil)) (custom-set-faces ;; custom-set-faces was added by Custom.