Merge pull request #4533 from danlamanna/fix-module-404s
Fix various broken links
This commit is contained in:
commit
d0e7451de8
6 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;;
|
||||
;; Copyright (C) `(format-time-string "%Y")` `user-full-name`
|
||||
;;
|
||||
;; Author: `user-full-name` <http://github/`user-login-name`>
|
||||
;; Author: `user-full-name` <https://github.com/`user-login-name`>
|
||||
;; Maintainer: `user-full-name` <`user-mail-address`>
|
||||
;; Created: `(format-time-string "%B %d, %Y")`
|
||||
;; Modified: `(format-time-string "%B %d, %Y")`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue