Changeset 34
- Timestamp:
- 06/27/05 09:36:49 (4 years ago)
- Location:
- packages/emacs-base/.emacs.d/common
- Files:
-
- 1 added
- 2 modified
-
backups.el (added)
-
color.el (modified) (1 diff)
-
settings.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
packages/emacs-base/.emacs.d/common/color.el
r33 r34 14 14 (condition-case err 15 15 (progn (highlight-current-line-on 1) 16 (highlight-current-line-set-bg-color " grey15")16 (highlight-current-line-set-bg-color "MediumPurple4") 17 17 ) 18 18 (error -
packages/emacs-base/.emacs.d/common/settings.el
r31 r34 55 55 (put 'erase-buffer 'disabled nil) 56 56 57 ;; Preserve hard links when editing58 (setq backup-by-copying-when-linked t)59 60 ;; Preserve owner and group of the file you're editing61 (setq backup-by-copying-when-mismatch t)62 63 57 ;; Use the X Clipboard instead of X Primary (aka middle mouse click) 64 58 ;; Dunno if I like this... … … 100 94 ;; TODO 101 95 ;; * some sort of TODO finding mode 102 ;; * backups in another, common, place103 104 96 105 97 ;; EOF
