Add keys to insert my web and email address
This commit is contained in:
parent
111a4b01d8
commit
ceb06977a4
6
init.el
6
init.el
@ -827,9 +827,11 @@
|
|||||||
("C-d" . delete-current-buffer-file)
|
("C-d" . delete-current-buffer-file)
|
||||||
("~" . toggle-char-case)
|
("~" . toggle-char-case)
|
||||||
:map isearch-mode-map
|
:map isearch-mode-map
|
||||||
("<C-return>" . isearch-exit-other-end) ;; TODO: Is this OK this way?
|
("<C-return>" . isearch-exit-other-end)
|
||||||
:map gpolonkai/pers-map
|
:map gpolonkai/pers-map
|
||||||
("m" . hidden-mode-line-mode))
|
("m" . hidden-mode-line-mode)
|
||||||
|
("C-i e" . "gergely@polonkai.eu")
|
||||||
|
("C-i w" . "http://gergely.polonkai.eu/"))
|
||||||
|
|
||||||
;; Kudos goes to
|
;; Kudos goes to
|
||||||
;; http://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch.html
|
;; http://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch.html
|
||||||
|
Loading…
Reference in New Issue
Block a user