Mercurial > hg > xemacs-beta
comparison etc/sample.emacs @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | e45d5e7c476e |
children | 966663fcf606 |
comparison
equal
deleted
inserted
replaced
218:c9f226976f56 | 219:262b8bb4a523 |
---|---|
68 ;; Here's an alternative binding if you don't use keyboard macros: | 68 ;; Here's an alternative binding if you don't use keyboard macros: |
69 ;; Make F8 be `save-buffer' followed by `delete-window'. | 69 ;; Make F8 be `save-buffer' followed by `delete-window'. |
70 ;;(global-set-key 'f8 "\C-x\C-s\C-x0") | 70 ;;(global-set-key 'f8 "\C-x\C-s\C-x0") |
71 | 71 |
72 ;; If you prefer delete to actually delete forward then you want to | 72 ;; If you prefer delete to actually delete forward then you want to |
73 ;; uncomment the next line. | 73 ;; uncomment the next line (or use `Customize' to customize this). |
74 ;; (load-library "delbackspace") | 74 ;; (setq delete-key-deletes-forward t) |
75 | 75 |
76 | 76 |
77 (cond (running-xemacs | 77 (cond (running-xemacs |
78 ;; | 78 ;; |
79 ;; Code for any version of XEmacs/Lucid Emacs goes here | 79 ;; Code for any version of XEmacs/Lucid Emacs goes here |