emacs: define aliases
This commit is contained in:
parent
41de1b3bf9
commit
92156aad17
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@ value `italic'."
|
|||
|
||||
(add-hook 'after-change-major-mode-hook #'hide-minor-modes)
|
||||
|
||||
;; aliases
|
||||
(defalias 'cal 'calendar)
|
||||
(defalias 'rs 'replace-string)
|
||||
(defalias 'wc 'count-words)
|
||||
|
||||
;; other key binds
|
||||
(global-set-key (kbd "C-c e b k") 'kill-all-buffers)
|
||||
(global-set-key (kbd "C-c e i") 'edit-init-file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue