- | - |
---|---|
M-x customize |
customize variables and faces |
Making global key bindings in Emacs Lisp: |
(global-set-key (kbd "C-c g") âsearch-forward)
(global-set-key (kbd "M-#") âquery-replace-regexp)
Comments
- | - |
---|---|
M-x customize |
customize variables and faces |
Making global key bindings in Emacs Lisp: |
(global-set-key (kbd "C-c g") âsearch-forward)
(global-set-key (kbd "M-#") âquery-replace-regexp)