(crisp-home, crisp-end): Put CUA property.
This commit is contained in:
parent
8d9386a167
commit
34e99b2e36
1 changed files with 2 additions and 4 deletions
|
@ -386,10 +386,8 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise."
|
|||
minor-mode-map-alist))))
|
||||
|
||||
;; Interaction with other packages.
|
||||
(eval-after-load 'cua
|
||||
'(progn
|
||||
(add-to-list 'cua--standard-movement-commands 'crisp-home)
|
||||
(add-to-list 'cua--standard-movement-commands 'crisp-end)))
|
||||
(put 'crisp-home 'CUA 'move)
|
||||
(put 'crisp-end 'CUA 'move)
|
||||
|
||||
(run-hooks 'crisp-load-hook)
|
||||
(provide 'crisp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue