We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba8e72 commit 788d889Copy full SHA for 788d889
private_dot_emacs.d/modules/files.el
@@ -1,3 +1,6 @@
1
+;; Mounted files from a host namespace cannot be renamed.
2
+(setq backup-by-copying t)
3
+
4
(mapc (lambda (lst)
5
(add-to-list 'auto-mode-alist lst))
6
'(("PKGBUILD" . shell-script-mode)
0 commit comments