Bind beacon-blink to C-x t b
This commit is contained in:
		
							
								
								
									
										7
									
								
								init.el
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								init.el
									
									
									
									
									
								
							| @@ -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 () | ||||
|   | ||||
		Reference in New Issue
	
	Block a user