Changeset 34

Show
Ignore:
Timestamp:
06/27/05 09:36:49 (4 years ago)
Author:
docwhat
Message:

Changed highlight current line color and added backup options to different places

Location:
packages/emacs-base/.emacs.d/common
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • packages/emacs-base/.emacs.d/common/color.el

    r33 r34  
    1414(condition-case err 
    1515    (progn (highlight-current-line-on 1) 
    16        (highlight-current-line-set-bg-color "grey15") 
     16       (highlight-current-line-set-bg-color "MediumPurple4") 
    1717       ) 
    1818  (error 
  • packages/emacs-base/.emacs.d/common/settings.el

    r31 r34  
    5555(put 'erase-buffer 'disabled nil) 
    5656 
    57 ;; Preserve hard links when editing 
    58 (setq backup-by-copying-when-linked t) 
    59  
    60 ;; Preserve owner and group of the file you're editing 
    61 (setq backup-by-copying-when-mismatch t) 
    62  
    6357;; Use the X Clipboard instead of X Primary (aka middle mouse click) 
    6458;; Dunno if I like this... 
     
    10094;; TODO 
    10195;; * some sort of TODO finding mode 
    102 ;; * backups in another, common, place 
    103  
    10496 
    10597;; EOF