Added embark
This commit is contained in:
parent
0ab1532c85
commit
0a4f8ce412
|
@ -17,6 +17,12 @@
|
|||
;;(package! md4rd)
|
||||
(package! noflet)
|
||||
|
||||
(use-package! marginalia
|
||||
:config
|
||||
(marginalia-mode))
|
||||
|
||||
(use-package embark)
|
||||
|
||||
(defun tls-nocheck-error-advice (orig-fun &rest args)
|
||||
"Advise a function (with :around) not to check TLS errors.
|
||||
|
||||
|
|
|
@ -604,7 +604,7 @@
|
|||
"C-A" #'beginning-of-line
|
||||
"C-e" #'end-of-line
|
||||
"C-." #'ace-jump-mode
|
||||
"M-." #'avy-goto-char
|
||||
"M-." #'embark-act
|
||||
"C-;" #'kill-whitespace
|
||||
"C-!" #'eshell-here
|
||||
"C-M-p" #'mc/mark-previous-like-this
|
||||
|
|
Loading…
Reference in New Issue