mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Bind new functions in emacs 25
This commit is contained in:
parent
721b027fe9
commit
d782dd248e
3
init.org
3
init.org
@ -1279,6 +1279,9 @@
|
|||||||
Bind some native Emacs functions.
|
Bind some native Emacs functions.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(define-key custom-bindings-map (kbd "M-u") 'upcase-dwim)
|
||||||
|
(define-key custom-bindings-map (kbd "M-c") 'capitalize-dwim)
|
||||||
|
(define-key custom-bindings-map (kbd "M-l") 'downcase-dwim)
|
||||||
(define-key custom-bindings-map (kbd "C-j") 'newline-and-indent)
|
(define-key custom-bindings-map (kbd "C-j") 'newline-and-indent)
|
||||||
(define-key custom-bindings-map (kbd "C-c s") 'ispell-word)
|
(define-key custom-bindings-map (kbd "C-c s") 'ispell-word)
|
||||||
(define-key custom-bindings-map (kbd "C-c c") 'org-capture)
|
(define-key custom-bindings-map (kbd "C-c c") 'org-capture)
|
||||||
|
Loading…
Reference in New Issue
Block a user