Mercurial > hg > xemacs
comparison misc.el @ 23:5738cc494f7f
trying to clean up Paul vs. Maritain for Cirrus
author | ht |
---|---|
date | Sat, 07 Oct 2023 10:11:27 +0100 |
parents | 5f3a215f12eb |
children | 0e5b39d2f8bb |
comparison
equal
deleted
inserted
replaced
22:6097ab2da4ce | 23:5738cc494f7f |
---|---|
146 (local-set-key "\C-cl" 'set-left-margin) | 146 (local-set-key "\C-cl" 'set-left-margin) |
147 (local-set-key "\C-cs" 'submerge-region))) | 147 (local-set-key "\C-cs" 'submerge-region))) |
148 | 148 |
149 (global-set-key "\C-cp" 'pop-left-margin) | 149 (global-set-key "\C-cp" 'pop-left-margin) |
150 | 150 |
151 (setq margin-stack nil) | 151 (make-variable-buffer-local 'margin-stack) |
152 (set-default 'margin-stack nil) | |
152 | 153 |
153 (global-set-key "\^Xn" 'other-window) ; as per emacs - used to be narrow | 154 (global-set-key "\^Xn" 'other-window) ; as per emacs - used to be narrow |
154 (global-set-key "\^Xp" 'other-window-up) ; " | 155 (global-set-key "\^Xp" 'other-window-up) ; " |
155 | 156 |
156 (defun other-window-up (n) | 157 (defun other-window-up (n) |