Add short(?) bindings to my blog and e-mail

Maybe a global dabbrev or snippet is a better idea, though.
This commit is contained in:
Gergely Polonkai 2016-11-07 13:23:17 +01:00
parent 702c873d51
commit 5c45f8e199
1 changed files with 2 additions and 1 deletions

View File

@ -838,7 +838,8 @@
:map gpolonkai/pers-map
("m" . hidden-mode-line-mode)
("C-i e" . "gergely@polonkai.eu")
("C-i w" . "http://gergely.polonkai.eu/"))
("C-i w" . "http://gergely.polonkai.eu/")
("C-p" . package-list-packages))
;; Kudos goes to
;; http://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch.html