Compare commits

..

No commits in common. "c49377a82d0deea048049282e7f39af0108d01c4" and "2aaac9da66808a9a0159463f3ce9b2f2831c59ae" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -42,8 +42,6 @@
:config :config
(add-to-list 'git-link-remote-alist '("git.jeremydormitzer.com" git-link-bitbucket)) (add-to-list 'git-link-remote-alist '("git.jeremydormitzer.com" git-link-bitbucket))
(add-to-list 'git-link-commit-remote-alist '("git.jeremydormitzer.com" git-link-commit-bitbucket)) (add-to-list 'git-link-commit-remote-alist '("git.jeremydormitzer.com" git-link-commit-bitbucket))
(add-to-list 'git-link-remote-alist '("ghe.spotify.net" git-link-github))
(add-to-list 'git-link-commit-remote-alist '("ghe.spotify.net" git-link-commit-github))
:general :general
(leader-map "gy" #'git-link (leader-map "gy" #'git-link
"gl" #'git-link-browse "gl" #'git-link-browse

View File

@ -2,8 +2,6 @@
(use-package undo-fu) (use-package undo-fu)
(use-package undohist (use-package undohist
:hook (after-init . undohist-initialize) :hook (after-init . undohist-initialize))
:custom
(undohist-ignored-files '("COMMIT_EDITMSG")))
(provide 'init-undo) (provide 'init-undo)