Added embark

This commit is contained in:
niten 2021-10-08 10:03:27 -07:00
parent 0ab1532c85
commit 0a4f8ce412
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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