Bind beacon-blink to C-x t b

This commit is contained in:
Gergely Polonkai 2016-10-21 18:46:10 +02:00
parent 28f94c3ab1
commit 75f882c126
1 changed files with 5 additions and 2 deletions

View File

@ -583,8 +583,12 @@
(hungarian-holidays-add))
(use-package beacon
:demand
:config
(beacon-mode 1))
(beacon-mode 1)
:bind
(:map gpolonkai/pers-map
("b" . beacon-blink)))
(use-package flyspell
:config
@ -704,7 +708,6 @@
(define-key isearch-mode-map (kbd "<C-return>")
#'isearch-exit-other-end)
;; Kudos goes to
;; http://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch.html
(defun isearch-exit-other-end ()