Add key bindings to browse-url-at-point and clean-buffer-list

This commit is contained in:
Gergely Polonkai 2017-11-21 10:15:41 +01:00
parent 806738691e
commit 17ec3180de
1 changed files with 3 additions and 1 deletions

View File

@ -1180,7 +1180,9 @@ INFO plist."
("C-i w" . "http://gergely.polonkai.eu/")
("C-p" . package-list-packages)
("o i" . gpolonkai/visit-init-file)
("o o" . gpolonkai/visit-org-index))
("o o" . gpolonkai/visit-org-index)
("u" . browse-url-at-point)
("C" . clean-buffer-list))
;; TODO: This doesnt work with use-package and bind-key for some reason.
;; But why?