Commit Graph

231 Commits

Author SHA1 Message Date
07714a12d4 Fix wrong-type-argument: sequencep 45 opening dired 2020-05-25 22:16:11 -04:00
e4d508b47f Merge pull request #3208 from webframp/vc-readme
Add emacs/vc readme
2020-05-25 16:52:09 -04:00
b625a54db6 Add -v switch to dired-listing-switches (for GNU ls)
Natural sorting of ls file list (when it comes to numbers/versions in
file names).
2020-05-25 03:43:40 -04:00
23efc4a782 Add README for emacs/vc module 2020-05-23 16:59:12 -04:00
e9292b2f9d Bump :emacs undo
ideasman42/emacs-undo-fu@24101b4 -> ideasman42/emacs-undo-fu@bcf7f92

It appears emacs-undo-fu force pushed, so the commit no longer exists in
undo-fu's history.

Closes #3176
2020-05-19 19:18:23 -04:00
1a0a757a33 Fix void-function +ibuffer/workspace
When calling +ibuffer/open-for-current-workspace
2020-05-19 01:56:56 -04:00
cc2be4fd01 Bump :emacs undo
ideasman42/emacs-undo-fu@2b1e532 -> ideasman42/emacs-undo-fu@24101b4
ideasman42/emacs-undo-fu-session@0400f15 -> ideasman42/emacs-undo-fu-session@e2043f8
2020-05-18 17:18:12 -04:00
c4a1cc0493 emacs/undo: use doom-first-buffer-hook 2020-05-18 15:38:11 -04:00
ea18c83c0a General refactors & reformatting across the board 2020-05-15 01:44:53 -04:00
5c493541a9 Fix #3089: load unfo-fu a little sooner 2020-05-13 14:05:58 -04:00
bc0db09a28 Fix #1703: dired not listing files over TRAMP 2020-05-12 23:22:50 -04:00
cbd05afcc8 Bump :emacs undo
ideasman42/emacs-undo-fu-session@b808ef0 -> ideasman42/emacs-undo-fu-session@0400f15
ideasman42/emacs-undo-fu@0ce9ac3 -> ideasman42/emacs-undo-fu@2b1e532
2020-05-12 21:39:00 -04:00
5e7d684927 Fix #3089: undo-fu-mode not enabled early enough 2020-05-11 15:31:16 -04:00
3ed98a41bb emacs/undo: add "disabling persistent undo history" to readme 2020-05-09 15:39:37 -04:00
bd6405673e Fix #1703: dired listing no files over tramp
...on systems that don't have GNU ls installed and don't support
--group-directories-first
2020-05-03 13:39:29 -04:00
0ca9b4b12f Bump :emacs
dgutov/diff-hl@2cf8b48 -> dgutov/diff-hl@a625033
ideasman42/emacs-undo-fu@0c34b67 -> ideasman42/emacs-undo-fu@0ce9ac3
jtbm37/all-the-icons-dired@816987d -> jtbm37/all-the-icons-dired@fc2dfa1
ralesi/ranger.el@af6f781 -> ralesi/ranger.el@ae9b381
yqrashawn/fd-dired@fd4c3f4 -> yqrashawn/fd-dired@001cc95

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-04-30 01:28:02 -04:00
9b3d8dc1bd Fix inverted condition on +tree for undo module 2020-04-14 00:27:11 -04:00
094d74c1c0 Fix undo-fu-session not loading
TIL a minor mode with a non-nil :init-value doesn't trigger its hooks.
2020-04-13 22:37:43 -04:00
1d6f0b3e44 Move undo-fu keybinds to :emacs undo module 2020-04-13 18:50:29 -04:00
3e340ab415 Add :emacs undo module
Moves undo-fu/undo-tree out of core and allows uses to choose one or the
other.

Relevant to #2339
2020-04-13 18:45:40 -04:00
ceea7e0b79 fix: revert ranger version to fix paste over 2020-04-04 13:36:28 +02:00
cb3cf55fbf Bump :emacs
dgutov/diff-hl@fb9eb1c -> dgutov/diff-hl@2cf8b48
jtbm37/all-the-icons-dired@980b774 -> jtbm37/all-the-icons-dired@816987d
purcell/ibuffer-projectile@7649621 -> purcell/ibuffer-projectile@504b0ed
purcell/ibuffer-vc@64cb038 -> purcell/ibuffer-vc@1249c1e
ralesi/ranger.el@af6f781 -> ralesi/ranger.el@ae9b381
rmuslimov/browse-at-remote@771a307 -> rmuslimov/browse-at-remote@6aecae4
stsquad/dired-rsync@698294c -> stsquad/dired-rsync@bfd5c15
2020-03-27 17:23:21 -04:00
a25dea91d8 Bump :emacs vc
rmuslimov/browse-at-remote@aeee6bf -> rmuslimov/browse-at-remote@771a307

Closes #2680
2020-03-08 13:07:50 -04:00
7481bfd4d5 Remove -B from dired-listing-switches default
i.e. don't hide backup files in dired, or let dired-omit-mode handle
those.
2020-03-06 15:45:24 -05:00
9c07cc719d emacs/vc: minor refactor
Follow up to #2634
2020-03-01 01:37:41 -05:00
594c047517 Merge pull request #2634 from sebastiansturm/develop
Extend backend-agnostic vc functionality
2020-03-01 01:29:00 -05:00
a4194c5746 Fix #1929: advice on non-existent functions 2020-02-29 11:29:25 -05:00
2ce58c6df3 Extend backend-agnostic vc functionality
this commit adds a default keybinding for the vc-gutter hydra (leader-g
.) if both vc-gutter and hydra are enabled. It ensures that the various
vc-*-log-view-modes open up in emacs state, and it adds hg, svn and bzr
to the list of vc backends handled by git-gutter
2020-02-29 14:41:20 +01:00
f55bcdfd30 Have browse-to-remote default to master in detached repos
Instead of producing links with nil branch.
2020-02-24 19:58:03 -05:00
e241fa347b Bump to rmuslimov/browse-at-remote@aeee6bf
From rmuslimov/browse-at-remote@1a9392e

rmuslimov/browse-at-remote#59 upstreamed some of our local changes.
2020-02-09 19:01:36 -05:00
46cc7f7fdf Don't do dired git highlighting if remote
Fixes https://github.com/hlissner/doom-emacs/issues/2439
2020-01-27 23:50:05 +01:00
a9402cfb55 Fix #2373: bring back package pinning
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00
787f656820 Merge pull request #2164 from rgrinberg/ibuffer-workspace
Add ibuffer filter group for the workspace
2020-01-20 02:30:11 -05:00
4cc14389e8 PIN ALL THE PACKAGES 2020-01-14 22:32:11 -05:00
5802bd7047 Refactor browse-at-remote commands 2020-01-11 17:30:09 -05:00
dfbaccca90 Fix browse-at-remote commands in magit 2020-01-08 00:34:41 -05:00
af0139e974 Fix void-function browse-at-remote-get-url error
When 'SPC g y' is used before browse-at-remote has loaded.
2020-01-06 23:46:33 -05:00
2d97b877ed Remove duplicate image-dired-dir setting 2020-01-06 04:49:57 -05:00
27bf3c85b5 Generalize thing-at-point & region functions 2020-01-03 02:39:47 -05:00
54f42fef23 Add popup rules for image-dired 2019-12-29 15:44:10 -05:00
ac21c09419 emacs/vc: better feedback from 'SPC g {y,Y}' 2019-12-26 01:41:34 -05:00
995031f66f emacs/dired: re-comment dired settings
Closes #2212
2019-12-19 18:42:37 -05:00
c306b2e969 editor/evil: fix :gbr ex command 2019-12-17 15:28:34 -05:00
c522ca4fc0 Minor refactors & cleanup 2019-12-15 15:53:28 -05:00
77a68006d4 emacs/vc: fix void-function browse-at-remote--file-url error 2019-12-15 14:58:01 -05:00
0088872c20 emacs/vc: remove extraneous next/prev keys
Also, 'q' is already bound upstream in evil-collection-git-timemachine
2019-12-15 02:26:36 -05:00
721b635476 emacs/vc: refactor git-timemachine header-line advice
The function was removed in bb702acfd
2019-12-15 02:17:40 -05:00
bb702acfd0 emacs/vc: replace git-link w/ browse-at-remote
git-link is no longer maintained and browse-at-remote has support for
more remotes.

- Bind '<leader> g o h' to open homepage in browser
- Rebind '<leader> g o o' to open file or region (omits the #L<N> suffix
  if no selection is active).
2019-12-15 01:55:02 -05:00
0cb62657b7 emacs/dired: replace advice w/ remap for fd-dired 2019-12-13 14:23:44 -05:00
bc89de4228 Move vc-follow-symlinks to core-editor
And remove vc-make-backup-files setting. nil is already its default
2019-12-08 16:10:31 -05:00