Merge pull request #4533 from danlamanna/fix-module-404s

Fix various broken links
This commit is contained in:
Henrik Lissner
2021-01-27 02:42:40 -05:00
committed by GitHub
6 changed files with 8 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ directives. By default, this only recognizes C directives.")
(put 'evil-define-key* 'lisp-indent-function 'defun)
;; stop copying each visual state move to the clipboard:
;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on
;; https://github.com/emacs-evil/evil/issues/336
;; grokked from:
;; http://stackoverflow.com/questions/15873346/elisp-rename-macro
(advice-add #'evil-visual-update-x-selection :override #'ignore)