Bind beacon-blink to C-x t b
This commit is contained in:
parent
28f94c3ab1
commit
75f882c126
7
init.el
7
init.el
@ -583,8 +583,12 @@
|
|||||||
(hungarian-holidays-add))
|
(hungarian-holidays-add))
|
||||||
|
|
||||||
(use-package beacon
|
(use-package beacon
|
||||||
|
:demand
|
||||||
:config
|
:config
|
||||||
(beacon-mode 1))
|
(beacon-mode 1)
|
||||||
|
:bind
|
||||||
|
(:map gpolonkai/pers-map
|
||||||
|
("b" . beacon-blink)))
|
||||||
|
|
||||||
(use-package flyspell
|
(use-package flyspell
|
||||||
:config
|
:config
|
||||||
@ -704,7 +708,6 @@
|
|||||||
(define-key isearch-mode-map (kbd "<C-return>")
|
(define-key isearch-mode-map (kbd "<C-return>")
|
||||||
#'isearch-exit-other-end)
|
#'isearch-exit-other-end)
|
||||||
|
|
||||||
|
|
||||||
;; 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
|
||||||
(defun isearch-exit-other-end ()
|
(defun isearch-exit-other-end ()
|
||||||
|
Loading…
Reference in New Issue
Block a user