Always delete-by-moving-to-trash, and set trash-directory to "~/Trash" in linux.
(column-number-mode t)
(size-indication-mode t)
+(setq delete-by-moving-to-trash t)
+
;; Buffer dealiĆ
(delete-selection-mode t)
(global-acme-mouse-mode t)
;;; Code:
(when (equal system-type 'windows-nt)
- (setq delete-by-moving-to-trash t w32-recognize-altgr 'nil)
+ (setq w32-recognize-altgr 'nil)
(defun re/unfuck-aveva-license nil
"Remove the offending xml files.
Use this when aveva can't find ass with both hands."
(when (file-exists-p xml2) (delete-file xml2)))))
(unless (equal system-type 'windows-nt)
+ (setq trash-directory "~/Trash/")
(defun doas nil
"Use TRAMP to reopen the current buffer as root using doas."
(interactive)