Add key bindings to browse-url-at-point and clean-buffer-list
This commit is contained in:
parent
806738691e
commit
17ec3180de
4
init.el
4
init.el
@ -1180,7 +1180,9 @@ INFO plist."
|
|||||||
("C-i w" . "http://gergely.polonkai.eu/")
|
("C-i w" . "http://gergely.polonkai.eu/")
|
||||||
("C-p" . package-list-packages)
|
("C-p" . package-list-packages)
|
||||||
("o i" . gpolonkai/visit-init-file)
|
("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 doesn’t work with use-package and bind-key for some reason.
|
;; TODO: This doesn’t work with use-package and bind-key for some reason.
|
||||||
;; But why?
|
;; But why?
|
||||||
|
Loading…
Reference in New Issue
Block a user